chensation / GitSeptemberBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitSeptember Bot

Here is the code for the Open Source Club's GitSeptember workshop bot.

Getting Started

  1. Fork this repository!
  2. Make sure you have python3 installed.
  3. Install the requirements with pip3 install -f requirements.txt
  4. Create a testing discord server
  5. Request a Discord Bot Token
  6. Place your token in a config.py file.
  7. Run the code
  8. Invite your bot to your server with the link that gets output

Running the Bot

Running the bot is as easy as running the MainBot.py file

    $ python3 src/MainBot.py

Useful Links

Here are some tutorials for Git, Python, and Discord.py

Git

Python

Discord.py

About


Languages

Language:Python 100.0%