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

sort by:
Revision Author Date Message Commit Date
a38ac1d Add testing of using a Place when posting a new update 14 October 2018, 20:56:50 UTC
be3f1b4 Add initial tests of status and Place API usage For now, Place models are only accessible via a Status. Querying the API for Places is to come later 14 October 2018, 19:53:25 UTC
201f7e7 Merge branch 'master' into 1-add-place-as-a-model 13 October 2018, 19:45:01 UTC
f7eb83d fix test for PostDirectMessage endpoint with new data 30 September 2018, 13:23:40 UTC
8b65eed bump version to 2.5 29 September 2018, 23:51:23 UTC
61b8c63 allow user_id to be filled if optional screen_name is included 29 September 2018, 23:49:24 UTC
eb46879 fix test assert for sender_screen_name 29 September 2018, 23:48:25 UTC
4850fbc Merge pull request #579 from jmingtan/master migrate api.PostDirectMessage to new twitter api 29 September 2018, 21:49:45 UTC
6452580 migrate api.PostDirectMessage to new twitter api 15 August 2018, 16:38:56 UTC
96ccf1f Update README.rst 09 July 2018, 23:08:58 UTC
ba6d269 update get_access_token to work with py2/py3 06 July 2018, 15:20:30 UTC
ccc4cb4 Link Place model to Status 05 July 2018, 20:30:54 UTC
15d703f Add support for the Geo API and Place models 04 July 2018, 22:05:43 UTC
c878131 Merge pull request #570 from mlamelas/master Deleted uncomfortable print 19 June 2018, 14:42:39 UTC
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
back to top