/tweetsplitter

140 character is not enough? then split down your long tweet.

Primary LanguagePython

TweetSplitter

Installation

git clone https://github.com/onursa/tweetsplitter.git
cd tweetsplitter/
pip install -r requirements.txt
python manage.py syncdb # (create the tweetsplitter models.)
python manage.py runserver