xitiomet is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

xitiomet / python-twitter (fork of saiyr / python-twitter)

Mostly the same, but i added support for Mentions http://apiwiki.twitter.com/Twitter-REST-API-Met...

Clone this repository (size: 393.3 KB): HTTPS / SSH
hg clone https://bitbucket.org/xitiomet/python-twitter
hg clone ssh://hg@bitbucket.org/xitiomet/python-twitter
Filename Size Date modified Message
direct_message-destroy.json 397 B Added DestroyDirectMessage and tests
direct_messages-new.json 397 B Added basic support for DirectMessage
direct_messages.json 240 B Added support for GetDirectMessages
featured.json 9.6 KB Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
followers.json 27.8 KB Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
friends.json 17.0 KB Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
friends_timeline-kesuke.json 8.6 KB Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
friendship-create.json 457 B Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
friendship-destroy.json 457 B Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
public_timeline.json 9.1 KB Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
public_timeline_error.json 24 B Wrap twitter error strings in a TwitterError excecption.
replies.json 3.1 KB Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
show-89512102.json 648 B Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
show-dewitt.json 711 B Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
status-destroy.json 465 B Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
update.json 648 B Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
user_timeline-kesuke.json 650 B Remove the escaping of '/' characters in the test data and test suite, as this is no longer required to match the behavior of simplejson (>2.0).
user_timeline.json 356 B Initial commit of python-twitter.