Extremely simple bot that replies when some comment has a keyword!
Want to add quotes? Want a new character? Create an issue on Github or message me on Reddit!
These bots are extremely simple by design so anyone can run them. The license allows free use of the code is you likewise share the source code.
- Download the codebase
- Create a file called
praw.ini
and fill it out with your Reddit bot info (should look something like this) - Run
pip install -r requirements.txt
- Run
python main.py
That's it!
Edit the dictionary found at the top of the relevant bot file. Keep the same format!