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
simplejson
testdata
.hgsvnexternals 73 B Added an svn:externals for google to http://protobuf.googlecode.com/svn/tags/2.1.0/python/google/
CHANGES 2.7 KB 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.
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 Added page parameter to GetReplies, GetFriends, GetFollowers, and GetDirectMessages
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.1 KB 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.
twitter.py 36.3 KB 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.
twitter_pb2.py 28.0 KB 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.
twitter_test.py 20.5 KB 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.