A reddit bot that watches for certain phrases in the report reason field for submisisons and comments in the reddit mod log and reports it to a discord webhook
- Install Python 3
- Install PIP (https://pip.pypa.io/en/stable/installing/)
- pip install -r requirements.txt
- Rename config.example to config.yaml
- Ensure user info, subreddit name, number of items to check in moderator log, etc are set up in config.yaml
- in the report_config section of the config file, each key represents a phrase you are looking for in the report reason field in reported items in the mod log.
- Make sure that that you have a user mention (can be False for no mention or a discord user/role ID) and discord webhook set up for each search phrase
- Get Discord notifications for specific modlog items
- run RemovalBot.py
- Send discord notifications with optional user pings when specific items popup in your modlog. Based on Automoderators "report_reason" feature.
- It seems to work.
- Allows for user and role pings
- More error handling
- Additional customizations