https://github.com/bear/python-twitter

sort by:
Revision Author Date Message Commit Date
baf6170 cleanup funcs to reflect twitter defaults & update docs 19 February 2018, 02:21:15 UTC
dea7a1a fix lint 19 February 2018, 01:57:23 UTC
d5527ef add test for issue #541 re URL regex 19 February 2018, 01:12:52 UTC
bd05145 add twittererror for UsersLookup > 100 requested close #523 19 February 2018, 01:10:58 UTC
cd52ca7 update char counting to account for multiple unicode points 17 February 2018, 16:51:52 UTC
f5dccf7 Merge branch 'BarraQDA-GetStatuses' 17 February 2018, 13:42:22 UTC
c1793e3 Merge branch 'GetStatuses' of https://github.com/BarraQDA/python-twitter into BarraQDA-GetStatuses 17 February 2018, 13:40:18 UTC
b692a9b Merge pull request #545 from bear/develop Develop 17 February 2018, 13:32:32 UTC
b9fdb7b fix lint 17 February 2018, 13:21:17 UTC
921a36d Merge branch 'Raj-JainHC-tapzo_req' 17 February 2018, 12:15:19 UTC
80220b5 increase time delta for sleep from Raj-JainHC 17 February 2018, 12:15:06 UTC
c416c1c Merge pull request #544 from vEpiphyte/logging_ratelimit Logging ratelimit 17 February 2018, 11:39:55 UTC
ae82084 Add a test which forces execution through the time.sleep code path. 10 February 2018, 16:16:38 UTC
185bff9 Add a local logger to api.py, use it to log when we are being rate-limited by an API request. 10 February 2018, 15:58:10 UTC
c2efa06 Fix a resolved reference to warning.warn 10 February 2018, 15:54:34 UTC
73a6310 Merge pull request #540 from topless/patch-1 Included requests_toolbelt in dependencies 08 February 2018, 15:23:38 UTC
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
6c22249 increasing delta time to sleep 03 February 2018, 11:05:26 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
af6a3e9 fix lint 27 December 2017, 22:42:54 UTC
30b21d7 move direct message tests to separate file 17 December 2017, 16:21:12 UTC
27a1484 move searching tests out into separate file 17 December 2017, 16:19:42 UTC
913b1b2 add retweet kwarg to update and create friendship close issue #522 adds tests for endpoints 17 December 2017, 16:14:48 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
9a07960 fix issue #520 (query strings in http path for media files) 02 December 2017, 13:43:43 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
65f8411 fix issue #489 corrects mishandling of certain URLs where the TLD was not in the list due to an errant pipe character 01 December 2017, 12:44:37 UTC
4366661 deprecate PostMedia, PostMultipleMedia, UpdateBackgroundImage 01 December 2017, 12:27:43 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
826a618 Added tests for GetStatuses 02 May 2017, 03:07:38 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
1e84460 Use Twitter API's 'map' parameter 20 April 2017, 00:02:25 UTC
ff8d11c Replace variable names 'id/s' by 'status_id/s' 19 April 2017, 22:56:59 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
d93d53b Merge branch 'master' into latest Because I stupidly made a pull request using the master branch, I need to use a different branch now to hold the latest version. 28 March 2017, 23:38:25 UTC
991f79d Added option to respect order of retrieved statuses 28 March 2017, 22:30:28 UTC
50d0574 Handle more than 100 statuses 28 March 2017, 22:09:56 UTC
76dff91 Added GetStatuses method 28 March 2017, 21:56:38 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
back to top