/CreedBrattonBot

Reddit bot that comments Creed Bratton quotes every time the name 'Creed Bratton' is mentioned.

Primary LanguagePython

Creed Bratton Bot

This reddit bot uses PRAW, Reddit's API wrapper for functioning.

The bot goes through the top ten posts in the 'hot' section of the subreddit dedicated to the show, The Office (US version).

It goes through the comments of the posts and looks for the name of a character, 'Creed Bratton', being mentioned.

If the name is found, it posts a reply under the comment with a quote from the character chosen at random from an array of quotes.

The bot then sleeps for 700 seconds as to not be seen as spam and shut down.

The bot is written in Python, and the code is commented for ease of understanding and use.