sort by:
Revision Author Date Message Commit Date
db94041 Included requests_toolbelt in dependencies I just tried to use the library in Gae and was missing the `requests_toolbelt`. 03 February 2018, 13:03:28 UTC
c736c47 Merge pull request #534 from alexmullen/api_update/user Update User model to include missing attributes 23 January 2018, 03:33:45 UTC
bff1109 Update User model to include missing attributes 06 January 2018, 18:01:51 UTC
b15697e Merge branch 'PistachioPony-patch-2' 02 December 2017, 13:58:23 UTC
324d0b2 print errant print() functions 02 December 2017, 13:57:50 UTC
d28e21c use warn() instead of print() for timeout floor in stream 02 December 2017, 13:52:46 UTC
90a6e8c Merge pull request #509 from arrdem/master Support request Sessions for streaming, warn about the timeout floor 01 December 2017, 21:55:31 UTC
3da83b4 add try/except for debugHTTP to remove future dep 26 November 2017, 22:38:14 UTC
df1e714 Merge pull request #525 from trevorprater/master Adds support for 280 character tweet limit 26 November 2017, 22:33:37 UTC
75d7d21 Bumps version 26 November 2017, 20:59:27 UTC
a7e2694 Updates CHANGES 11 November 2017, 07:29:34 UTC
7e2cd0f Bumps version 11 November 2017, 07:24:07 UTC
2c548b8 Adds changes to changelog 11 November 2017, 07:24:00 UTC
07b17ed Updates contributors 11 November 2017, 07:19:28 UTC
d4f3dcd Adds support for 280 character limit 11 November 2017, 07:18:18 UTC
fd10c45 Merge pull request #510 from bear/bugfix/issue497 move UserStatus.connections to private class attr 26 October 2017, 11:06:55 UTC
1c480df Merge pull request #503 from arcturusannamalai/master Update the exception handle change to ConfigParser class for py2/py3 compatibility. 03 October 2017, 01:15:30 UTC
ca387fe add tests for UserStatus.connections 03 October 2017, 01:03:23 UTC
ab26ac0 move UserStatus.connections to private class attr bc US.connections is a public variable, there is some confusion regarding its use. the original idea was that US.connections would only hold the default connection types available, much like the param_defaults attribute for other models; however, bc of the name, it was implied that this attribute contained the connections for the specific instance, resulting in confusion between it and the intended attributes (i.e., us.followed_by etc). this commit moves the attribute to a private attribute (._connections) so that it is clearer to end-users that it should not be used for a specific instance. additionally, this creates a @property with the class-specific attributes for US.following, etc. 03 October 2017, 00:48:00 UTC
e43600a update changelog for v3.3 24 September 2017, 15:22:54 UTC
8c5a036 Merge pull request #508 from bear/fix/issue494 Fix issue #494 for py3 compat w/ app only auth 23 September 2017, 20:12:27 UTC
3ee3c5a fix issue #494 for py3 compat w/ app only auth 23 September 2017, 20:06:30 UTC
70dbada Merge pull request #474 from bear/feature/dm_update Refactor tests for DMs out into separate file 23 September 2017, 19:25:48 UTC
6303fb0 refactor tests for DMs out into separate file 23 September 2017, 19:24:53 UTC
0afd84d fix pycodestyle errors 23 September 2017, 13:37:54 UTC
fd46892 Support request Sessions for streaming, warn about the timeout floor 18 September 2017, 01:05:06 UTC
3105184 Merge pull request #505 from naylinn69/master Removed 140 character limit from Api.PostDirectMessage method's doc 14 September 2017, 22:12:40 UTC
0531495 Removed 140 character limit from Api.PostDirectMessage method's documentation. 14 September 2017, 19:52:30 UTC
dc62607 old Python 2.7+ versions on Windows dont have the configparser class as such; updating the excception handling to setup things okay 09 September 2017, 05:45:29 UTC
c8cf69c Merge pull request #501 from ganti/raw_data added param return_json (bool, optional): 02 September 2017, 18:59:42 UTC
0cac39a Merge pull request #493 from pe-ter-/fix/verifycredentials Fix `include_email` parameter of VerifyCredentials 02 September 2017, 18:54:42 UTC
22a186c added param return_json (bool, optional): If True JSON data will be returned, instead of twitter.User 02 September 2017, 10:41:17 UTC
e29ac13 Fix `include_email` parameter of VerifyCredentials 27 July 2017, 00:29:16 UTC
7d582ae Merge pull request #479 from jmacmahon/feature/hashes Implement __hash__ on models with ID attributes 25 May 2017, 00:33:15 UTC
769fab3 Implement __hash__ on models with ID attributes - Allows for creating Python set() objects containing Users, Statuses, etc. 24 May 2017, 23:40:43 UTC
0b1e207 change metadata to 3.6; change tox to use 3.6 and tweak makefile 21 May 2017, 02:08:58 UTC
51a6be7 bump version to v3.3 21 May 2017, 01:36:35 UTC
c0e9875 add VSCode to .gitignore 21 May 2017, 01:35:56 UTC
1a80691 use Python v3.6.1 21 May 2017, 01:34:54 UTC
a661de0 Merge pull request #477 from BarraQDA/AllowNoAuth Added enforce_auth argument 20 May 2017, 17:42:34 UTC
db1070e Added enforce_auth argument 17 May 2017, 10:55:49 UTC
3d31088 Merge pull request #465 from bear/fix/issue421 add support for quoted statuses 28 April 2017, 11:13:28 UTC
6ef28e4 Fix lint error: twitter/api.py:1077:95: E225 missing whitespace around operator 25 April 2017, 06:10:50 UTC
84b1618 Merge pull request #469 from penn5/patch-1 Update api.py 25 April 2017, 06:02:11 UTC
fdf4cf0 Merge pull request #473 from jakeshi/master configparser typo corrected 25 April 2017, 06:00:46 UTC
50c7aa0 Merge pull request #1 from jakeshi/jakeshi-patch-1 Update tweet.py 25 April 2017, 05:11:42 UTC
a2cd8b9 Update tweet.py configparser should not be capitalized. 25 April 2017, 05:07:31 UTC
02d99cf Resolved merge conflict by incorporating both suggestions. 25 April 2017, 00:59:08 UTC
c5fd9b9 testing 24 April 2017, 03:12:46 UTC
71e14eb Update api.py Allow a list with one item to pass as a single item in the PostUpdate Image API 20 April 2017, 06:53:11 UTC
6b2fb33 Update Tweet.py move _from future_ to top of import list 17 April 2017, 13:55:37 UTC
beeec98 Merge pull request #467 from elantrian/patch-1 syntax clarification, twitter.Api() object creation 15 April 2017, 18:11:58 UTC
1364256 syntax clarification, twitter.Api() object creation 15 April 2017, 03:19:38 UTC
c9e2827 add support for quoted statuses also adds corresponding class attributes for `quoted_status_id` and `quoted_status_id_str`. Fixes an overlooked issue with Status.__repr__() since the changes to character counting where self.text was None if the tweet was in extended mode, which meant the repr would show Text=None for all tweets. 11 April 2017, 21:47:12 UTC
2d39abd Merge pull request #463 from bear/fix/issue438 fix for case where media_id was long in PostUpdate isinstance check 07 April 2017, 11:42:00 UTC
3ef0005 fix for case where media_id was long in PostUpdate isinstance check closes issue #438 06 April 2017, 21:10:10 UTC
019e75d fix lint 06 April 2017, 10:43:09 UTC
37bc34c Merge branch 'AVanVlack-master' 06 April 2017, 10:41:02 UTC
96990ea Added filter_level option to streams 05 April 2017, 09:03:38 UTC
fa548ce Merge pull request #423 from BarraQDA/master Reworked @bryanlandia extension to allow application-only authentication 29 March 2017, 22:10:25 UTC
c71c197 Merge branch 'master' of https://github.com/bear/python-twitter 28 March 2017, 21:33:36 UTC
e02e9b8 Merge pull request #449 from mkdadi/master Proxy settings feature added 13 March 2017, 18:24:40 UTC
0041df7 Merge branch 'master' of https://github.com/mkdadi/python-twitter 13 March 2017, 07:19:31 UTC
f6a1a8c document formatting done 13 March 2017, 07:19:03 UTC
61047ae Merge pull request #1 from bear/master Merging latest commits 12 March 2017, 17:15:25 UTC
4679199 Updated Inline documentation for Api.__init__() method 12 March 2017, 17:09:58 UTC
a0267ca Merge pull request #451 from pejirout/fix_retweeters_parameter Change retweeters parameter to 'cursor' 10 March 2017, 11:57:14 UTC
e9121fb Change retweeters parameter to 'cursor' According to the documentation (https://dev.twitter.com/rest/reference/get/statuses/retweeters/ids) the cursoring parameter is called 'cursor' and not 'count'. 09 March 2017, 16:06:45 UTC
4566600 Proxy feature added 08 March 2017, 11:03:41 UTC
e8313a9 Changed to keep validation logic as in master 08 March 2017, 01:22:20 UTC
0341e60 Merge pull request #448 from bear/fix/issue446 Fix issue with set indexing in UsersLookup 01 March 2017, 20:10:53 UTC
6a8d3ec Responded to @jeremylow review 01 March 2017, 00:39:15 UTC
39090a7 fix issue with set indexing in UsersLookup Generally modernizes UsersLookup and GetUser to current style and practices for error checking and updates docstrings. 28 February 2017, 11:16:21 UTC
eb99235 Update tweet.py For py2/py3 compatibility. 27 February 2017, 23:19:05 UTC
6c6f019 Update tweet.py added the updated way of printing if the user is coding in python3 (commented out) 27 February 2017, 18:04:48 UTC
a3118bd Merge pull request #444 from PistachioPony/patch-1 import configparser 27 February 2017, 17:24:56 UTC
cd50226 import configparser In Python 3, ConfigParser has been renamed to configparser for PEP 8 compliance. 25 February 2017, 22:09:41 UTC
54eb26a Merge pull request #442 from alimony/patch-1 Fix documentation of DestroyListsMember method. 23 February 2017, 05:39:28 UTC
94d39fe Fix documentation of DestroyListsMember method. These say "add" instead of "remove". 22 February 2017, 22:46:47 UTC
69af23c Merge pull request #439 from bear/fix/issue433 Fix to upload video/gifs to correct endpoint if filesize < self.chunk_size 16 February 2017, 21:50:55 UTC
88c5da0 Merge pull request #440 from bear/fix/issue403 Fix warnings always being displayed at library level 16 February 2017, 21:50:12 UTC
4f26a61 Merge pull request #441 from bear/fix/issue426 Fix instances where kwargs should default to None 16 February 2017, 21:49:24 UTC
77398cb fix instances where kwargs should default to None This fixes issue 426, where List functions defaulted to False for owner_screenname etc. than None, which caused those functions to fail and pass the wrong IDing info to twitter. 16 February 2017, 11:40:09 UTC
5e735cf fix warnings always being displayed at library level 16 February 2017, 02:00:59 UTC
a779827 fix lint for pycodestyle 16 February 2017, 00:01:48 UTC
97c0baf Merge pull request #436 from reedkavner/gae-development Update GAE environ test 15 February 2017, 12:45:16 UTC
5640c42 fix to upload video/gifs to correct endpoint if filesize < self.chunk_size previously, if a gif or a video (mp4/quicktime) was less than self.chunk_size, it would be uploaded via UploadMediaSimple, but this was a bug because that endpoint cannot handle videos or gifs. closes #433 14 February 2017, 00:55:07 UTC
6fcc440 Update GAE environ test 11 February 2017, 17:39:02 UTC
c28e9fb Merge pull request #430 from mdenil/master Change URL parameter in GetRetweeters to match twitter api. 22 January 2017, 02:29:14 UTC
f80543b Change URL parameter in GetRetweeters to match twitter api. 21 January 2017, 21:48:05 UTC
f2dd2d3 Reworked @bryanlandia extension to allow application-only authentication. 12 December 2016, 01:24:10 UTC
62bb5c6 Merge pull request #419 from bear/fix/issue418 Pass kwargs to PostUpdate() if len(tweets)==1 in PostUpdates() 30 November 2016, 15:04:47 UTC
925c49c update docs for 3.2.1 30 November 2016, 11:29:21 UTC
34a3ad4 pass kwargs to PostUpdates if len(tweets)==1 Previously, **kwargs would only be passed to PostUpdate if there were greater than 1 tweet to be posted. This change fixes that so that even if only one tweet gets posted, kwargs are still passed to PostUpdate from PostUpdates() 30 November 2016, 11:29:07 UTC
b39075e Merge pull request #416 from bear/fix/issue415 Fix calc_expected_status_length (issue 415) 28 November 2016, 17:32:52 UTC
eeac783 bump version for fix 26 November 2016, 18:31:50 UTC
23c6633 fix calc_expected_status_length for urls not at beginning on string 26 November 2016, 18:30:39 UTC
ae88240 oops, pypy is 3.5.1 not 3.5.2, got carried away a bit 24 November 2016, 20:38:53 UTC
96f556c sigh - Makefiles and last minute tweaks... 24 November 2016, 20:19:38 UTC
da71204 tweak Makefile to allow for a PyPi wheel push for 2.7 and 3.5 24 November 2016, 20:13:51 UTC
back to top