A reddit bot for finding comments containing specific key phrases and notifying a discord webhook
- Install Python 3
- Install PIP (https://pip.pypa.io/en/stable/installing/)
- pip install -r requirements.txt
- Fill in values for keys in config.example
- Rename config.example to config.yaml
- Define a string to look for in reddit comments fetched from pushshift
- Notify Discord server via webhook of the comment
- Fetches last X comments (configured in config.yaml) and caches ids to avoid notifying multiple times for the same comment.
- TODO