This is a simple Python bot that monitors a subreddit in real-time and automatically replies to any comment containing a specific keyword.
- Monitors live comments using Reddit's API
- Detects a target keyword (default:
"hello") - Automatically replies to the comment
- Prints the direct link to each replied comment
- Python 3
- PRAW – Python Reddit API Wrapper