# Reddit-bot-project ![Project Banner](https://github.com/Sirwormy212/Reddit-bot-project/blob/main/Screenshot%202025-06-20%20233242.png) This is a bot which will look a subreddit's posts and respond with a telegram direct message telling you details for example when a topic was most recently posted. Therefore it can be used to give overviews of what you missed or allow you to avoid breaking rules on repeat posts. README This project is a bot that will scan a subreddit's recent posts and then based on rules/ instrucitons you give it will notify you of when posts are allowed to be reposted, e.g. to avoid vreaking post frequency rules How to use: firstly put in the name of the subreddit - it is currently set as r/beermoneyuk - then chaange post frequency rules as needed set up a reddit and a telegram bot and get their api keys to use in this program set up config.py file with the following data REDDIT_USERNAME = REDDIT_PASSWORD = REDDIT_CLIENT_ID = REDDIT_CLIENT_SECRET = REDDIT_USER_AGENT = TELEGRAM_BOT_TOKEN = TELEGRAM_CHAT_ID = BOT_TOKEN = CHAT_ID = Then the program is ready to use hope you enjoy AI disclaimer: AI was used in the creation of this project to help with some of the tricky aspects of the coding such as linking the correct APIs for reddit and telegram