A Python3 script that checks for post aged 1 hours+ that is not flaired, and generate a mod report.
-
Python3.7+ (technically will work with python3.6)
-
virtualenv
-
valid Reddit API keys, mod status is optional
-
git pull
-
create new virtualenv
-
pip3 install -r requirements.txt
-
copy
config.sample.toml
toconfig.toml
and fill it with necessary values.
In order to prevent duplicate entries, a sqlite3 database is made. Create one by running python3 create_database_file.py
inside the virtualenv terminal.