An open API service indexing awesome lists of open source software.

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).

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