Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 880 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 880 Bytes

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.