Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 637 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 637 Bytes

flairbot

A Python script for enforcing post flair requirements on new Reddit posts. Reminds users to flair their posts if they don't within X amount of time, and removes the posts if they still don't after Y amount of time. Built on PRAW.

Prerequisites

Note: earlier versions may work fine; these are the lowest tested versions.

  • Python 3.6+
  • Praw 6.x

Usage

# install dependencies
pip install -r requirements.txt
# write your config
cp config.sample.ini config.ini && $EDITOR config.ini
# run the bot
python flairbot.py

License

MIT © 2018 The /r/anime mod team