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

sort by:
Revision Author Date Message Commit Date
b2af803 Deleted uncomfortable print This line print the parameters when you call UsersLookup. It shouldn't be there 19 June 2018, 14:26:03 UTC
e17af0e add ensure_ascii param to AsJsonString method for models close issue #527 09 June 2018, 11:57:51 UTC
fa4a9ef Merge pull request #560 from tsgit/master fix typo in dict passed to TwitterError 08 June 2018, 11:16:22 UTC
b10baa8 bump version 07 June 2018, 17:29:39 UTC
85b12e0 Merge pull request #538 from nxexox/master fix upload media chunked async method in twitter_utils.parse_media_file 07 June 2018, 17:15:05 UTC
3e0e99b Merge pull request #563 from bear/issue555 Update Python Versions 18 May 2018, 20:17:05 UTC
9863990 update CI dependency integration 18 May 2018, 20:04:31 UTC
0e03ada fix pyenv error in CI 18 May 2018, 19:48:33 UTC
5cf6143 update makefile to update circleci to latest definitions 18 May 2018, 19:45:24 UTC
6163a21 bump supported versions: 2.7.15 3.6.5 pypy-5.7.1 pypy3.5-6.0.0 18 May 2018, 19:33:46 UTC
eed985f fix typo in dict passed to TwitterError Signed-off-by: Thorsten Schwander <thorsten.schwander@gmail.com> 09 May 2018, 00:39:44 UTC
72123ab update tests for http_to_file to not require internet access uses responses to mock a response of a JPG file. 18 March 2018, 18:38:05 UTC
dc9780a fix typo in changelog 18 March 2018, 18:38:05 UTC
7d7340c Merge pull request #553 from natsukium/patch-1 Fix typo in docstring of Api 13 March 2018, 12:59:20 UTC
1bb2ea0 Fix typo Fix typo in docstring of Api 13 March 2018, 12:49:45 UTC
41be59e bump version and update changelog for 3.4.1 10 March 2018, 23:29:19 UTC
564e6bb fix issue with streaming tweets loading extended_tweet data assigns each node in the extended_tweets dict to the top-level node tweet[extended_tweet][entities] > tweet[entities] for example. this fixes an issue where tweets were not being fully hydrated from the streaming apis. close issue #506; close issue #491 10 March 2018, 14:55:02 UTC
d3ab207 add __init__ file to test folder change allows running of pytest without going through setup.py 10 March 2018, 13:47:32 UTC
2bf461f use Response.content to perform automatic decoding for media downloads 08 March 2018, 12:18:30 UTC
b3ae763 add tests for updating profile 07 March 2018, 15:16:25 UTC
f80a893 fix issue with utf8 for encoding url params adds tests for in/out friendships 05 March 2018, 12:18:05 UTC
b9442e2 fix documentation for UsersLookup; close #549 02 March 2018, 12:48:10 UTC
9b097e0 fix lint 25 February 2018, 00:05:42 UTC
cec7aa5 compatibility fixes 25 February 2018, 00:05:31 UTC
c8a25dc use universal wheels in builds 24 February 2018, 19:15:49 UTC
49c265d update tests for better coverage 24 February 2018, 19:15:36 UTC
409a733 convert status to unicode for calculating expected status length in py27 22 February 2018, 12:23:47 UTC
423a50e bump version for 3.4 19 February 2018, 03:29:27 UTC
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
438be01 mini fix media_category to postUpdate and simple upload file 05 February 2018, 10:52:23 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
2f896ec change for GIF sizers 01 February 2018, 09:00:17 UTC
0212d81 Merge pull request #1 from bear/master Pull origin repositories 23 January 2018, 11:24:37 UTC
b5fd51d Revert "CHANGE 140 to 280" This reverts commit e31de5ce66a9eca15a6c8046932d4a791ac94c87. 23 January 2018, 11:24:07 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
e31de5c CHANGE 140 to 280 26 December 2017, 13:28:50 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
c1fdec1 merge in master for uses in my projects 10 October 2017, 10:42:42 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
back to top