Skip to content

checks for post not flaired in one hour, and create a report for it

License

Notifications You must be signed in to change notification settings

rkpop/unflaired

Repository files navigation

unflaired

Code style: black

A Python3 script that checks for post aged 1 hours+ that is not flaired, and generate a mod report.

Requirement

  • Python3.7+ (technically will work with python3.6)

  • virtualenv

  • valid Reddit API keys, mod status is optional

Installation

  • git pull

  • create new virtualenv

  • pip3 install -r requirements.txt

  • copy config.sample.toml to config.toml and fill it with necessary values.

Database

In order to prevent duplicate entries, a sqlite3 database is made. Create one by running python3 create_database_file.py inside the virtualenv terminal.

About

checks for post not flaired in one hour, and create a report for it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages