A Reddit Bot that replies with Streamable mirror links on r/Gunners
Make sure to first create a
config.py
file and fill up the required details. Checkconfig-sample.py
for the required parameters.
docker build -t reddit-streamable-bot .
docker container run -d --name reddit-streamable-bot reddit-streamable-bot
pip install -r requirements.txt
Go to Reddit Apps and create an app of type "script".
Sign up on streamable. You'll need the username and password for the script.
First, fill up the necessary details in config.py
file. See config-sample.py
file for guidance.
python bot.py
Created with PRAW (Python Reddit API Wrapper)