https://github.com/oceanthunder/mrpeanutbutter_bot
A Reddit bot that interacts with the r/BojackHorseman subreddit. It looks for comments mentioning his or other related characters' name and replies with a random image and a random text (a very Todd idea).
https://github.com/oceanthunder/mrpeanutbutter_bot
api bojack-horseman bot reddit
Last synced: 5 months ago
JSON representation
A Reddit bot that interacts with the r/BojackHorseman subreddit. It looks for comments mentioning his or other related characters' name and replies with a random image and a random text (a very Todd idea).
- Host: GitHub
- URL: https://github.com/oceanthunder/mrpeanutbutter_bot
- Owner: oceanthunder
- Created: 2024-07-02T08:17:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-24T13:49:58.000Z (6 months ago)
- Last Synced: 2025-12-26T04:18:28.054Z (6 months ago)
- Topics: api, bojack-horseman, bot, reddit
- Language: Python
- Homepage: https://www.reddit.com/user/MrPeanutButter_Bot/
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
To run this bot you'll need to create a config.py file in which you have to add the following:
username = 'your_reddit_username'
password = 'your_reddit_password'
client_id = 'your_reddit_client_id'
client_secret = 'your_reddit_client_secret'
If you want to change the subreddit the bot interacts with, modify the following line in bot.py:
for comment in r.subreddit('BoJackHorseman').comments(limit=100):
The bot is designed to handle rate limits to avoid getting banned!
After this run bot.py and it should work