Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.32 KB

Wing Bot

A Discord bot to play games, get xkcd updates, browse reddit, and more!

Development

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

  • Install the required packages using:
pip install -r requirements.txt

Configuration

  • 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>

Deployment

Run python wingbot.py from the root directory.

Authors

  • Naveen Unnikrishnan - Xkcd, anagrams, pokemon, bullshit, and more - naveen-u
  • Adhitya Mamallan - Reddit and polls - adhityamamallan

License

This project is licensed under the MIT License - see the LICENSE file for details