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.proto

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 2bb49ee4f1fa Checkpoint commit adding the ShowRelationships method and response data types
Branch
dclinton
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 77a955c5c388 Add the missing in_reply_to_screen_name field to the Status protobuf
Branch
dclinton
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d fa53aa14dce8 Added the background_image_url and background_tile fields to the Status.Profile protobuf
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 23adb15c0a18 Moved 'since_id' from Result to Results'
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