Commit graph

408 commits

Author SHA1 Message Date
Mike Helmick
e1a7c24153 Merge pull request #156 from bkvirendra/patch-1
added the missing slash in "getMentionsTimeline"
2013-03-31 09:35:37 -07:00
Virendra Rajput
454a41fe94 added the missing slash in "getMentionsTimeline"
was unable to fetch mentions because of the missing slash and the missing '.json'
2013-03-31 21:23:16 +05:30
Mike Helmick
d6f3d731a2 Merge pull request #155 from michaelhelmick/update-endpoints
Update Twitter Endpoints & Internal Functions, 2.6.0 release
2013-03-21 07:20:55 -07:00
Mike Helmick
a172136f3e Update Twitter Endpoints & Internal Functions
* Twitter Endpoints are now in the order of
https://dev.twitter.com/docs/api/1.1

* No need to repeat search function internally when it is available via
`twitter_endpoints.py`

* Make `searchGen` use self.search, instead of self.get with the full
search url
2013-03-20 23:24:26 -04:00
Ryan McGrath
dfca6c533e Merge pull request #141 from rmerlorangeknocks/master
Updating getRateLimiStatus endpoint
2013-02-15 08:20:58 -08:00
Ryan McGrath
2bbed505d5 Merge pull request #143 from gdevanla/update_error_code
Update error code to 429 - (to catch rate limit exceptions)
2013-02-15 08:18:06 -08:00
Ryan McGrath
b870d44f28 Merge pull request #149 from myusuf3/master
if you dont pass in header you asked for explicitly all are returned.
2013-02-15 08:16:30 -08:00
Ryan McGrath
d5c628f3b5 Merge pull request #147 from U2Ft/requests-1.1.0
Updated for requests 1.1.0
2013-02-15 08:15:35 -08:00
Sam Mellor
9bda75b520 Allow versions of requests between 1.0.0 and 2.0.0
Requests is semantically versioned, so minor version changes are expected to be compatible.
2013-02-07 22:20:35 +11:00
Mahdi Yusuf
b0f5af37d5 Update twython/twython.py
updating default version of api as well. come on playa.
2013-02-05 16:53:47 -05:00
Mahdi Yusuf
dbf2a461b8 Update twython/twython.py
making it so that when you don't pass in header you get all of them back.
2013-02-05 16:18:56 -05:00
Sam Mellor
f0db93c59e updated for requests==1.1.0 2013-01-30 01:00:32 +11:00
Guru Devanla
a28febb0b4 update error code and comment 2013-01-15 16:43:50 -06:00
Guru Devanla
7f0751c27e Update error code for Twitter Rate Limits. This is for Twitter Api 1.1 2013-01-15 16:40:57 -06:00
Ryan Merl
6baa4fdd14 Updated rate limit status API Endpoint to the v1.1 endpoint 2013-01-10 03:41:22 -05:00
Ryan McGrath
87a3b44a30 Bump to 2.5.5 2013-01-01 20:47:02 -05:00
Ryan McGrath
f8566e6274 Merge pull request #139 from ajaykumarns/master
Add new method for deleting multiple members from a list and made version number in the url configurable
2013-01-01 17:34:18 -08:00
Ajay Nadathur
fe3fcbdb04 moved api version into __init__ method and added method to delete multiple users from a list in batch mode 2012-12-30 23:06:36 +00:00
Ryan McGrath
2d3d5b5b68 Bump to 2.5.4 2012-12-14 07:13:28 -05:00
Ryan McGrath
9d66512cdd Merge pull request #135 from notthatbreezy/oembed_branch
Added ability to grab oembed html given a tweet id.
2012-12-14 04:07:07 -08:00
Christopher Brown
d83cc32b3d Added ability to grab oembed html given a tweet id. 2012-12-06 16:51:34 -05:00
Ryan McGrath
34e9474b91 Version bump 2012-12-01 01:34:38 -05:00
Ryan McGrath
36d68a9264 Merge pull request #134 from michaelhelmick/patch-4
Support for Friends and Followers list endpoints
2012-11-30 22:30:07 -08:00
Mike Helmick
7d82206614 Support for Friends and Followers list endpoints
"Two new methods in API v1.1 provide simplified access to user friend & follower data: https://dev.twitter.com/docs/api/1.1/get/followers/listhttps://dev.twitter.com/docs/api/1.1/get/friends/list … ^TS" - @TwitterAPI
2012-11-29 15:32:07 -05:00
Ryan McGrath
825026099a Merge pull request #131 from michaelhelmick/patch-3
UpdateStatusWithMedia url accounting for API v1
2012-11-16 22:32:25 -08:00
Mike Helmick
80282d9aa7 UpdateStatusWithMedia url accounting for API v1
Fixes #130
2012-11-14 15:13:16 -05:00
Ryan McGrath
a125ad6048 Version bump 2012-11-10 20:16:34 -05:00
Ryan McGrath
e85e8e38ad Merge pull request #127 from michaelhelmick/fix-legacy-urls
Fixing up some urls, cleaning up code
2012-11-10 17:03:14 -08:00
Ryan McGrath
51cf846abb Merge pull request #126 from michaelhelmick/patch-2
Version number bump, no need for env python line
2012-11-10 16:57:45 -08:00
Ryan McGrath
e37c6f38bd Merge pull request #125 from michaelhelmick/patch-1
requests==0.14.0 requirement
2012-11-10 16:57:05 -08:00
Mike Helmick
be494d4c77 Fixing up some urls, cleaning up code
* Cleaned up exceptionType into ternary
* getProfileImage is only supported in Twitter API v1
* Updated other media update methods to use 1.1 and pass  dynamic params
2012-11-09 11:14:36 -05:00
Mike Helmick
d52ce03de4 Version number bump, no need for env python line 2012-11-09 10:50:32 -05:00
Mike Helmick
b8084905d3 requests==0.14.0 requirement
Requests needs to be on 0.14.0, otherwise calls with params and files will not work.
2012-11-09 10:30:37 -05:00
Ryan McGrath
909f1919b1 Added @chbrown to list of known contributors 2012-11-09 04:57:56 -05:00
Ryan McGrath
b6c5dc5a48 Merged chbrown's patch to use 1.1 for default versioning endpoints; bumped to 2.5.1 2012-11-09 04:42:02 -05:00
Ryan McGrath
32d29fb007 Finish second merge of @michaelhelmick's Twython patches 2012-11-09 04:36:06 -05:00
Ryan McGrath
13b55324c9 Resolve Merge 2012-11-09 04:33:11 -05:00
Mike Helmick
98e213df9c Fixes #121 2012-10-29 12:37:16 -04:00
Mike Helmick
4e86da4aec Posts with files and params works with requests 0.14.0
#122
2012-10-29 12:36:45 -04:00
Mike Helmick
5a516c2bfb Version bump 2012-10-10 12:55:35 -04:00
Mike Helmick
b314a5606e Deleting auth stuff, oops 2012-10-04 16:56:20 -04:00
Mike Helmick
a3967390e1 Moved around some code, support for removing and updating Profile Banners
Line 213 needs to check for status code as well now because
remove/updating banner does not return content, only status code
2012-10-04 16:53:28 -04:00
Mike Helmick
cc31322102 Fixes #119 2012-10-04 14:10:56 -04:00
Mike Helmick
448b4f27b6 Update requests version and Twython version 2012-10-04 14:08:46 -04:00
Christopher Brown
0c25651921 Use version 1.1 for everything, especially search 2012-09-13 22:38:05 -05:00
Ryan McGrath
1d72432838 Merge pull request #115 from michaelhelmick/update-requests-version
Version bump since new endpoint added, update requests version
2012-09-12 03:06:39 -07:00
Mike Helmick
8e72adead2 Version bump since new endpoint added, update requests version 2012-08-31 14:22:48 -04:00
Ryan McGrath
d3dfec3b4c Merge pull request #114 from saippuakauppias/master
Add myTotals endpoint, courtesy of @saippuakauppias
2012-08-30 01:36:24 -07:00
Denis Veselov
a2e95d40ef add myTotals endpoint for py3k 2012-08-28 00:49:09 +04:00
Denis Veselov
156368cf6e add myTotals endpoint for py2k 2012-08-28 00:48:32 +04:00