Tweety
Tweety copied to clipboard
Markov Bot based on bigram probabilities to generate tweets from your tweet history.
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
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_keyandapp_secretfrom Twitter Dev Center and django appsecret_keyfrom settings. - Create
API_KEY,API_SECRETandSECRET_KEYenvironment variables. - Install
heroku-toolbeltor seperately installforeman.