Name Last Update
.gitignore Loading commit data...
README.md Loading commit data...
blackjack.py Loading commit data...
db.sqlite3 Loading commit data...
db_import.py Loading commit data...
deliveries.json Loading commit data...
fortunes.json Loading commit data...
games.json Loading commit data...
hellsbot.py Loading commit data...
jokes.json Loading commit data...
members.json Loading commit data...
pankration.py Loading commit data...

DiscordBot of Misfortune

This is a simple bot that allows you to store fortunes, deliver delayed messages, and get status of games or users.

Installation and Execution

Python Prereqs

pip install discord.py
pip install python-dateutil
pip install ago
pip install simplejson

Execution

python hellsbot.py

Setup

To clear the database execute:

rm creds.json
rm fortunes.json
rm deliveries.json
rm members.json

touch creds.json
touch fortunes.json
touch deliveries.json
touch members.json

After the files have been created put the following data in your creds.json

{
    "username": "DISCORDEMAIL@SOMETHING.COM",
    "password": "YOURPASS"
}

Change the credentials for your email / pass on for your discord account.