tweet-splitter

Library and command-line tool to split tweets into 140 characters


License
Other
Install
pip install tweet-splitter==0.0.2

Documentation

Build Status`

Installation

Not yet ready for primetime

pip install tweet-splitter

Usage

from tweetsplitter import split_tweet

split_tweet("This tweet's going to end up over 140 characters, I just know "
            "it! Why not come and say hello to @paul_furley if you've found "
            "this library useful?")

Testing

pip install -r requirements_for_tests.txt
make test