Skip to content

Markov Bot based on bigram probabilities to generate tweets from your tweet history.

Notifications You must be signed in to change notification settings

darxtrix/Tweety

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweety

A Markov Bot based on bigram probabilities to generate a random tweet based on your tweet history. A markov chain is formed by randomly seeding from your tweet history. It's fun !!

Try it : http://tweety.herokuapp.com

black-per-Tweety

Built Using

  • Django 1.6.5
  • Twpython 3.1.2

Usage

		$ virtualenv tweety-app
		$ cd tweety-app/
		$ source bin/activate
		$ pip install -r requirements.txt
		$ foreman start

Note

  • Get your app_key and app_secret from Twitter Dev Center and django app secret_key from settings.
  • Create API_KEY, API_SECRET and SECRET_KEY environment variables.
  • Install heroku-toolbelt or seperately install foreman.

About

Markov Bot based on bigram probabilities to generate tweets from your tweet history.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors