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 / README

Author Revision Message Labels Date
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 935cf080b638 Added page parameter to GetReplies, GetFriends, GetFollowers, and GetDirectMessages
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 11710035d0b9 Added count parameter to GetFriendsTimeline
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d a10f9a46dc3d Added since and since_id to Api.GetReplies
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d e2f8ed587060 Applied Jim Cortez's patch to fetch user by email address.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d ecc8fc88cdb5 Updated the CHANGES and README for recent contributions
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d a1e65b8c9435 Added get/create/destroy favorite flags for status messages.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d a3421fedecb0 Started version 0.6. Unset the exec bit on README.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 8a1b3c54b6cd Updated docs to reflect setuptools
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d fed8d767c4c0 Added support for setuptools back in, but it is conditional and not required.
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 98ab67ff72af Trivial change
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 90cd841771cf Started version 0.5.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d b66b34fe3b78 Added missing docs for DirectMessage
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 4da5ec4d173a Added DestroyStatus
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 90377483d9fa Added support for GetDirectMessages
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d a74805362b3b Updated the README for setup.py test
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d dbe3b23bfd08 Modified examples/twitter-to-xhtml.py to handle unicode
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 087bc4d2725a Updated to 0.3
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 4273b55396f8 Updated documentation for version 0.2
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 97fa5229a449 Indicate that GetUserTimeline now accepts both user id and user name
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 8998cc6946dd Updated the README to point to static HTML docs.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d ebb87f97ce33 Included note about the setup.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d babe112cc95f Use Google Code wiki format in the README to help keep them in sync
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d e67a0a1b407c Improved API examples.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 4805aee792f0 Initial commit of python-twitter.