Skip to content

Consume a text file with sentences and produce a tweet (< 145 characters) with the style of the input text. I see several layers of success in this project and encourage you to shoot for the level that best matches your team's abilities: Level 1 does the base Markov Sentence Generation from the sample text. (Google around and you'll find lots of…

Notifications You must be signed in to change notification settings

YeWang0/Markovian-tweets

Repository files navigation

Markovian-tweets

A bot which accepts username and generate tweets in that user's style, implement by simple Markov Chain text generator.

##Dependence: npm node.js express python2 twittersearch

##Setup: pip install twittersearch npm install express --save npm install ejs

##Run:
1. cd path/to/web 2. node server.js OR ./run.sh

##Example Output:

autotweet_hillary

autotweet_trump

About

Consume a text file with sentences and produce a tweet (< 145 characters) with the style of the input text. I see several layers of success in this project and encourage you to shoot for the level that best matches your team's abilities: Level 1 does the base Markov Sentence Generation from the sample text. (Google around and you'll find lots of…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published