Simple Markov Bot
This is a framework for creating simple Markov chain powered Twitter bots in nodejs. Based and forked off simple-twitter-bot it uses the straightforward Twit library to access Twitter's streaming API. The markov magic is made possible with the markovchain package
Usage
- git clone https://github.com/adam-nnl/simple-markov-bot && cd simple-twitter-bot && npm install
- Create an application on http://dev.twitter.com
- Generate the necessary tokens.
- Copy config.js-dist to config.js
- Put your tokens in config.js
- populate the txt files cliches.txt and demotivational.txt with sentences and phrases, not single words. Cliches are used for hourly bot tweets. Demotivational is used for bot replies
- Add whatever addtional logic you want to markov-bot.js
- node markov-bot.js > output.log &
What Uses It
License
MIT or CC0....IDK IDC