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

File history for python-twitter / twitter_test.py

Author Revision Message Labels Date
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d bc093eb1a8d8 Added tests and completed implementation of ShowFriendships
Branch
dclinton
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 107dcadcf7e7 Applies the DEFAULT_CACHE patch from r176 in trunk to branches/dclinton
Branch
dclinton
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d c867b935f947 Added tests for 140 and 140+ character status updates in ascii and unicode.
Branch
dclinton
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 08d7b67771ca Bring GetUserTimeline up to the most current list of parameters specified at http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline.
Branch
dclinton
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 42a0465d458f Cleanup whitespace
Branch
dclinton
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 19260f87c32a Implemented the twitter Search API. Based partly on the hameed.u.khan changes in r145 and r151.
Branch
dclinton
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 737a5a105dcf Added the builder for the search Results object.
Branch
dclinton
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d c05ccbbb1d5c Replace the hand-written objects for Status, User, and DirectMessage with protobufs generated from the same .proto file that the java-twitter library users. Includes all the required dependencies for using the protobufs at runtime. All tests pass.
Branch
dclinton
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d fc159c49c080 Use #!/usr/bin/python2.4 instead of #!/usr/bin/python. The code will still run on later pythons, of course.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 8202aa019ee2 Test the page parameter on GetFriends, GetFollowers, GetReplies, and GetDirectMessages
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d c1d12896a51f Close the urllib opener after reading the response.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 265fcf2a1e01 Wrap twitter error strings in a TwitterError excecption.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 07b822ba13ca 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).
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d fceb5d2374d2 Added the Apache license header to the .py files
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d c68ef9d563c3 Applied Stelminator's patch to use calendar.timegm instead of time.mktime to address daylight saving's time issues, as tracked in http://code.google.com/p/python-twitter/issues/detail?id=10
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 589da64c5e64 Applied Omar Kilani's patch to fixe the tests to work across all timezones
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 4da5ec4d173a Added DestroyStatus
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 79429eb1b54d Added CreateFriendship and tests
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 32a0266e88a8 Added DestroyDirectMessage and tests
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d c42880b017af Added basic support for DirectMessage
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 90377483d9fa Added support for GetDirectMessages
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d e3638dafb13c Added support for GetFeatured
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d ee84714ea665 Username and password now set on twitter.Api, not individual method calls
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d dbe3b23bfd08 Modified examples/twitter-to-xhtml.py to handle unicode
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 8218c3572da9 Lazily set the wallclock time.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 3c401eb136ea Fixed relative_created_at
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 17f566981b41 First pass at updating relative_created_at
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 4805aee792f0 Initial commit of python-twitter.