Reddit Bot CLI is a command-line tool that automatically monitors specific subreddits for keywords and posts comments when those keywords are found. T

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-24 12:00:06

Reddit Bot CLI is a command-line tool that automatically monitors specific subreddits for keywords and posts comments when those keywords are found. This tool is ideal for automating responses to relevant Reddit posts.

The bot requires a configuration file to store your Reddit API credentials and bot settings. You can create the configuration interactively using the following command:

All bot activity is logged to the logs/bot.log file. You can check this file to see when the bot found a post and posted a comment.

If you want to contribute to this project or run it locally, you can clone the repository and install dependencies in a virtual environment:

Leave a Comment