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 againFile history for python-twitter / twitter.py
| Author | Revision | Message | Labels | Date |
|---|---|---|---|---|
|
xitiomet
|
82aae45f64f2 |
Added GetMentions to twitter.py |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
bc093eb1a8d8 |
Added tests and completed implementation of ShowFriendships |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
2bb49ee4f1fa |
Checkpoint commit adding the ShowRelationships method and response data types |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
1098dd887936 |
Allow unauthenticated calls to GetFriends if username is provided. Fixes bug 88. |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
ad8837d19355 |
Change check for int to check for long in GetUserTimeline |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
c05534ecbc50 |
Implemented the VerifyCredentials api method |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
107dcadcf7e7 |
Applies the DEFAULT_CACHE patch from r176 in trunk to branches/dclinton |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
adedffd98396 |
Fixes typo checking wrong parameter (count instead of max_id) |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
9fabfd8ae1e2 |
Use the .json URL not the .xml URL for GetUserTimeline alt params. Fixes issue 77. |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
c867b935f947 |
Added tests for 140 and 140+ character status updates in ascii and unicode. |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
056bb4e69e89 |
Change casts to ints to casts to longs for id verification. |
|
|
|
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. |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
42a0465d458f |
Cleanup whitespace |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
19260f87c32a |
Implemented the twitter Search API. Based partly on the hameed.u.khan changes in r145 and r151. |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
737a5a105dcf |
Added the builder for the search Results object. |
|
|
|
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. |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
a58f4a7ad991 |
Support hashlib in addition to the older md5 library. |
|
|
|
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
|
2367f0c7822c |
Explicitly expose the .message accessor on TwitterError instances |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
935cf080b638 |
Added page parameter to GetReplies, GetFriends, GetFollowers, and GetDirectMessages |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
c1d12896a51f |
Close the urllib opener after reading the response. |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
11710035d0b9 |
Added count parameter to GetFriendsTimeline |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
8bdda4c8187b |
Added the ability to provide a continuation string (such as " …") to statuses split using PostUpdates |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
81cef10d2991 |
Added PostUpdates, which automatically splits long status updates into multiple updates. |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
71b5f9cae083 |
Add in_reply_to_status_id to api.PostUpdate |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
3a4752d10bb7 |
Use rfc822 to parse Twitter datatimes in order to work with alternate locales, per issue 24 |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
806829c7dc10 |
Add since_id parameter to GetUserTimeline and GetFriendsTimeline |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
265fcf2a1e01 |
Wrap twitter error strings in a TwitterError excecption. |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
b02aa8558d4f |
Fixed the docstring for the _FetchUrl method |
|
|
|
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d
|
a10f9a46dc3d |
Added since and since_id to Api.GetReplies |
|