!! The bot doesn't support commands, so it's basically only usable if it's already set-up on your server
No new features planned, only serious bug fixes. Accepting merge requests if you want to add something.
- free hosted version will be supported until my raspberry pi dies
This is the source code of my unofficial Discord TeamUP Calendar bot. A guide on how to use the bot can be found here: http://calbot.patrikpapso.com/
If you wish to support me financially, you can do so via PayPal here: paypal.me/bluexow
The bot runs on Python 3.7 and uses SQLite database to store data.
- SQLite creates a file (name is based on
config.py) and uses it as SQL database, so no need to install anything.
All the required libraries can be found in file requirements.txt.
To install all the required libraries run:
pip install -r requirements.txt
Save config_example.py as config.py and fill in all the tokens
- Discord token from here: https://discord.com/developers/applications
- TeamUP token from here: https://teamup.com/api-keys/request
After that you can just run the bot.py file:
python bot.py
Hosted version of the bot is running on Raspberry pi zero W, uses virtualenv with libraries from requirements.txt and runs in PM2 process manager.