This is a python discord bot that pulls random memes from various meme subreddits and posts them in a text channel when asked to.
This bot has a few requirements, notably the Discord API wrapper and the Reddit API wrapper, which are located in the requirements.txt file.
pip install -r requirements.txtYou're also going to need your own Discord bot token and your Reddit API id/secret/agent set as environment variables.
To run the bot, simply execute the main file:
python bot.pyAfter running the bot.py file, simply type 'meme help' in a text channel for all the commands.
This repo contains a Procfile and a requirements.txt file, it is therefore ready for deployment. Just don't forget to set the environment variables on your virtual environment to use the correct API keys.