CaoBot is a discord bot that contains a number of features to help with mathematics and other common utilities.
It's primary features include:
- Querying Wikipedia and generate a thumbnail
- Generating random numbers
- Quick image search
- Querying Wolfram|Alpha
- LaTeX rendering
Add the bot to your own server
The bot is currently developed for python 3.10.8.
git clone https://github.com/playerEric1/Cao-bot.git
cd mathbot
pipenv --python 3.10Get your own discord bot token.
Then navigate into the cao-bot directory and add the tokens to the .env file and run the bot with python3.10 bot.py.
Relevent discussion takes place on the CaoBot Discord server.
Feel free to fork the repo and make a pull request once you've made the changes.
- Grab yourself an API key
- Open .env and change add a row: WFA_APPID=ABCDEF (The API key you just got)
This should only be used for development and personal use.