A simple discord bot that retrieves images/GIF links from reddit posts
- Clone the repository
git clone https://github.com/BoredRyuzaki/SubRedBot.git- Move into the directory and install dependencies using poetry
cd SubRedBot
poetry install- Add the
.envfile to the project root
touch .envIt should look something like this
REDDIT_CLIENT_ID=<YOUR_CLIENT_ID>
REDDIT_CLIENT_SECRET=<YOUR_CLIENT_SECRET>
REDDIT_USER_AGENT=<USER_AGENT_NAME>
DISCORD_TOKEN=<YOUR_DISCORD_BOT_TOKEN>- Run it!
poetry run python src/bot.py