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
doc
examples
google
testdata
.hgsvnexternals 87 B Reverts changes r152 and r153. The protobuf runtime can not be pulled as an SVN external as there is small bit of code that is generated via protoc itself.
.svnignore 9 B Use a .svnignore file set for all directories instead.
CHANGES 2.7 KB Implemented the twitter Search API. Based partly on the hameed.u.khan changes in r145 and r151.
COPYING 582 B Initial commit of python-twitter.
LICENSE 11.1 KB Initial commit of python-twitter.
NOTICE 514 B 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.
README 4.3 KB Implemented the twitter Search API. Based partly on the hameed.u.khan changes in r145 and r151.
python-twitter.spec 1.2 KB Require simplejson 2.0.7 or later, include a local copy of the library, and indicate its source in a NOTICE file.
setup.py 2.2 KB Use #!/usr/bin/python2.4 instead of #!/usr/bin/python. The code will still run on later pythons, of course.
twitter.proto 5.5 KB Added the background_image_url and background_tile fields to the Status.Profile protobuf
twitter.py 42.4 KB Implemented the VerifyCredentials api method
twitter_pb2.py 28.6 KB Added the background_image_url and background_tile fields to the Status.Profile protobuf
twitter_test.py 24.1 KB Applies the DEFAULT_CACHE patch from r176 in trunk to branches/dclinton