A Discord bot to play games, get xkcd updates, browse reddit, and more!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- python-3.8
- A Discord token
- A Reddit application's credentials
- A mongoDB instance and its connection string
- Install the required packages using:
pip install -r requirements.txt
- Create a file named
.env
in the root directory with:
DISCORD_TOKEN=<your discord token>
REDDIT_CLIENT_ID=<your reddit app's client ID>
REDDIT_SECRET=<your reddit app's client secret>
MONGODB_CONNECTION_STRING=<your mongodb connection string>
Run python wingbot.py
from the root directory.
- Naveen Unnikrishnan - Xkcd, anagrams, pokemon, bullshit, and more - naveen-u
- Adhitya Mamallan - Reddit and polls - adhityamamallan
This project is licensed under the MIT License - see the LICENSE file for details