Reddit bot that allows moderators to give users strikes. The bot will keep track of each user and their strikes in a generated database using sqlite3.
Give user a strike (Comment)
!strike <username> <reason>
Give user a strike (PM)
Subject: strike
Body: !strike <username> <reason> <source>
- Python 3.6+
- PRAW
Python 3.6+:
PRAW:
pip install praw
or
pip3 install praw