/reddit-bot

A Markov comment generator based off of Reddit comments. (A shameless copy of chromakode's concept)

Primary LanguagePython

Intro

This is a small script which fetches comments from Reddit, feeds them into a Markov chain, then generates new comments.

Notes

  • This script uses mellort's for the Reddit API, which can be found on his github page.
  • This is a conceptual copy of chromakode's redditron. Mellort created it primarily for fun, and also to demonstrate how easy it is to develop scripts/apps using Reddit content using his Reddit API wrapper. I am using it for general screwing around.