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

sort by:
Revision Author Date Message Commit Date
56ce285 Added code to check if it is a gif and over 5MB and if so notify twitter that it is a gif so that it will be uploaded. 12 May 2020, 19:57:19 UTC
a1fe9c8 Merge pull request #645 from danielthepope/feature/subtitles Add ability to upload subtitles and link to media 15 December 2019, 15:36:00 UTC
c94744b Update documentation wording and broken link 24 November 2019, 16:32:12 UTC
4913e44 Add /media/subtitles/create and delete endpoints 24 November 2019, 16:28:59 UTC
bbabc8f Allow subtitles to be uploaded as media 19 November 2019, 21:49:29 UTC
491fd37 Merge pull request #607 from anthony-munozm/develop/fix_search_and_documentation Fix typing issue and parameter count issue in GetSearch method. 19 November 2019, 02:18:33 UTC
c9a3c15 Merge pull request #626 from MMasterson/master add external urls, base64 string options to UpdateBanner 19 November 2019, 02:17:19 UTC
1060e45 Merge pull request #638 from chmreid/patch-2 Clarify API creation example 19 November 2019, 02:15:04 UTC
19b3641 Merge pull request #642 from danielthepope/fix/extended-tests Fix failing tests due to updated default tweet_mode 19 November 2019, 02:13:57 UTC
27cd204 Fix failing tests due to updated default tweet_mode 17 November 2019, 21:52:10 UTC
81e39e3 Clarify API creation example Closes #637 20 October 2019, 16:14:06 UTC
1fff6dc add external urls, base64 string options to UpdateBanner 31 July 2019, 19:24:59 UTC
fd34798 Merge pull request #619 from Cristianasp/master new twitter screens 25 June 2019, 01:56:36 UTC
8b4b0cf Merge pull request #620 from skriptkidi/master Some small updates 25 June 2019, 01:51:51 UTC
2948ce6 Some small updates 17 June 2019, 15:33:55 UTC
9b0d54d Merge pull request #2 from Cristianasp/patch-1 new screens from twitter dev 13 June 2019, 14:32:50 UTC
15cdd33 Merge pull request #1 from Cristianasp/Cristianasp-patch-1 new screenshots 13 June 2019, 14:29:43 UTC
ceb229b new screenshots new screenshots from twitter dev pages 13 June 2019, 14:27:11 UTC
0bfc779 new screens from twitter dev new screenshots and instructions according to current twitter dev screens. 13 June 2019, 14:24:27 UTC
d06a698 change default tweet mode to extended 06 June 2019, 11:13:30 UTC
52f7530 Merge pull request #614 from sharkykh/maint Remove `future` dependency 05 May 2019, 20:21:04 UTC
61257c0 Remove `future` dependency 01 May 2019, 22:10:19 UTC
41253ba Fix deprecation warnings - UserWarning: [pep8] section is deprecated. Use [pycodestyle]. - DeprecationWarning: Please use assertTrue instead. 01 May 2019, 22:10:19 UTC
93e388f Merge pull request #610 from gboeing/master fix requests-oauthlib dependency 10 March 2019, 21:26:34 UTC
b2319f7 Update requirements.testing.txt 09 March 2019, 19:18:38 UTC
4711cd4 Update requirements.txt 09 March 2019, 19:18:17 UTC
47bfb54 fix documentation typo and search parameters problem 05 March 2019, 17:55:05 UTC
c04cbf4 Merge pull request #605 from lpmi-13/typofix fix simple typos 16 February 2019, 13:31:45 UTC
db1fbc6 fix simple typos 16 February 2019, 05:49:24 UTC
4c8ef75 Merge pull request #602 from NicholasBuse/patch-1 Add Report Spam endpoint to the API 08 January 2019, 23:25:24 UTC
95c3cd5 Add Report Spam endpoint to the API https://developer.twitter.com/en/docs/accounts-and-users/mute-block-report-users/api-reference/post-users-report_spam 03 January 2019, 12:56:01 UTC
090ff41 add example for getting user timeline 31 December 2018, 19:44:25 UTC
1889978 fix error in DM tests. update pep8 section for linter 31 December 2018, 15:06:18 UTC
4718feb Merge pull request #601 from webtweakers/master Added _ParseAndCheckTwitter to PostDirectMessage API call 31 December 2018, 14:42:27 UTC
8645f65 Added _ParseAndCheckTwitter to PostDirectMessage API call 25 December 2018, 11:23:07 UTC
ac6891f Merge pull request #599 from skillyamamoto/patch-1 Fixed 'additional_owner' does not work properly 20 December 2018, 01:12:56 UTC
b670be3 Fixed 'additional_owner' does not work properly 'TwitterApi' requires a comma-separated string, but passed an array. https://developer.twitter.com/en/docs/media/upload-media/api-reference/post-media-upload-init 19 December 2018, 09:15:28 UTC
d33e051 Merge pull request #593 from lydiaralph/feature/post-direct-message-with-media Enable post direct message with media attached 16 November 2018, 11:33:08 UTC
c5dba7a Updated variable names to be generic media type 12 November 2018, 16:35:44 UTC
4ad779c Enable post direct message with media attached 10 November 2018, 17:09:07 UTC
24dfe8f add/fix inline documentation for utilites 10 November 2018, 13:12:51 UTC
254e9ec add doc strings to get_access_token script 10 November 2018, 13:12:15 UTC
6c34ae7 Merge pull request #591 from bear/circleci2 update circleci stuff for version 2.0 09 November 2018, 15:08:22 UTC
a51b4c2 update circleci stuff for version 2.0 04 November 2018, 00:33:32 UTC
98ef62f fix issue #584 03 November 2018, 13:26:57 UTC
be6f2b3 Merge branch 'AnSq-master' 24 October 2018, 11:00:16 UTC
d373eb9 use a requests.Session to speed up most network operations 14 October 2018, 14:09:41 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
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
back to top