Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.24 KB

README.md

File metadata and controls

19 lines (17 loc) · 1.24 KB

fakeSoccerBot

A bot created for the Fake Soccer Discord server.

Requirements

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)

Setup

How to run this bot for yourself:

  1. First, create a role called 'bot operator' (in lowercase) in your Discord server and grant it to yourself.
  2. Then, clone this Github repo and create a file called credentials.json. Then, follow this general outline:
  3. Create a PostgreSQL database with the name "fakesoccer" and import this schema into the database.
  4. Go to the Discord Developer portal and create a new application, obtaining the bot token.
  5. Place PostgreSQL credentials and Discord token in credentials.json.
  6. Run bot.