Slackbot used to download memes from the meme channel.
pip install slack_bolt
pip install python-dotenv
The following environment variables need to be set:
SLACK_BOT_TOKEN
APP_TOKEN
If you are running locally, they can be set by putting them in a .env
file at the root of the project.
python3 <filename.py>
This project will be hosted locally on a Raspberry Pi.