Skip to content

Checks for emails in the old and creaky GNU Mailman inbox.

Notifications You must be signed in to change notification settings

hacksu/inbox-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Python discord bot. It comes with a pipenv virtual environment setup. Install pipenv, run pipenv install in this directory, switch to the pipenv shell with pipenv shell, and run the bot with python bot.py.

It requires a file called "private.json" in the root directory that looks like this:

{
    "email_password": "[put password here]",
    "discord_token": "[put discord bot token here]",
    "output_channel": "632635241818882078"
}

The password is the one that you would use to log into the HacKSU mailing list normally. The Discord token is the token for a Discord bot account, which you could create here. The output channel ID is for the channel where the bot will post its messages. It must be added to the relevant server and have permission to post in the specified channel.

About

Checks for emails in the old and creaky GNU Mailman inbox.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages