The anti-repost bot for Reddit
- Python3
- A running postgres server
- All the required credentials entered into the ini file All libraries used can be installed via pip. (Specified in the requiremnts file)
pgAdmin - To be used for monitoring and debugging if necessery.
This bot is built to work on the application cloud - Heroku, everything should work right out of the gate with a simple clone and deploy.
You can run the bot locally b running the main.py file, please make sure that all of the required libraries are installed by removing the pip install comments at the top of the main file in the first run.