A bot created for the Fake Soccer Discord server.
To run this Discord bot, you need:
- Python 3.10 (Python 3.8 and 3.9 should also work, but are not tested)
- PostgreSQL
- The libraries listed in requirements.txt
- This PostgreSQL schema
- Previous experience with PostgreSQL and Discord bots (recommended)
How to run this bot for yourself:
- First, create a role called 'bot operator' (in lowercase) in your Discord server and grant it to yourself.
- Then, clone this Github repo and create a file called credentials.json. Then, follow this general outline:
- Create a PostgreSQL database with the name "fakesoccer" and import this schema into the database.
- Go to the Discord Developer portal and create a new application, obtaining the bot token.
- Place PostgreSQL credentials and Discord token in credentials.json.
- Run bot.