A simple discord bot that allows you to take and upload photos.
We use this bot to take photos of our blackboard and upload them to our discord. Therefore, it runs on a Raspberry Pi.
- Clone the repository
- Install the dependencies
- Create a discord bot and add it to your server and generate a token
- Edit following lines in
discord_bot.py
:client run option
to your tokendiscord_object_id
to the discord server ID
- Optional: Edit the firebase credentials in
firebase.py
Run the bot with python3 main.py