Discord bot programmed in Python
- Get a discord bot Token and place it into a text file named
auth - Get a access key to wolfram alpha and place the key in a file named
WA_KEY - Get acess to google via
client_secret.json
sh run.sh- follow the instructions on screen to activate the access to google calendar
- Create a virtual env
virtualenv .env- Activate the virtual env
source .env/bin/activate- Install all dependencies
pip install -r requirements.txt --upgradeUpdate dependencies
pip3 freeze > requirements.txt- Run the Bot
python bot.py
- follow the instructions on screen to activate the access to google calendar
- discord.py - API for discord
- baseconvert - Convert numbers
- fuzzywuzzy - Search quotes
- wolframalpha - Python 3 wrapper for Wolfram|Alpha v2.0 API.
- ftfy - Fixes glitches in Unicode text.
- deckofcards
This project is licensed under the MIT License - see the LICENSE file for details