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

sort by:
Revision Author Date Message Commit Date
1a148ea Merge pull request #660 from Eboreg/dev-Eboreg Always add tweet_mode to API requests 19 December 2021, 18:05:27 UTC
13276b6 Merge pull request #663 from Bracciata/feature/gifs_over_5mb Feature: Allow ability to upload gifs in the range of 5MB to 15MB. 19 December 2021, 18:04:17 UTC
773bce9 Merge pull request #687 from OliverCardoza/master Fix GetListMembers not paginating 19 December 2021, 18:01:18 UTC
09217e8 Merge pull request #655 from simonbohnen/patch-1 Update documentation for GetListMembers 19 December 2021, 17:58:43 UTC
2663a42 Merge pull request #650 from msramalho/patch-1 fixed inconsistent naming of variable in api.GetRetweets 19 December 2021, 17:57:56 UTC
dc819a4 Merge pull request #646 from M4rtinK/master-fix_get_lists_count Add documented but missing count to GetLists() 19 December 2021, 17:56:31 UTC
e63e876 Merge pull request #676 from artoonie/patch-1 Remove redundant PostDirectMessage 19 December 2021, 17:55:45 UTC
767fca9 Merge branch 'tgbot-collection-master' 19 December 2021, 17:54:28 UTC
c6c87fe Merge branch 'master' of git://github.com/tgbot-collection/python-twitter into tgbot-collection-master 19 December 2021, 17:53:38 UTC
0b325af Merge pull request #686 from timgates42/bugfix_typo_unsuccessful docs: fix simple typo, unsuccesful -> unsuccessful 19 December 2021, 17:51:30 UTC
fddea94 Merge pull request #696 from yu9824/master Fix for PyPI's README not being rendered correctly. 19 December 2021, 17:46:21 UTC
d9e71d6 Merge pull request #698 from analogdash/patch-1 Fix docs to fit expected keyword argument 19 December 2021, 17:45:11 UTC
83b8401 Merge pull request #706 from sbraz/future Remove `future` dependency (again) 19 December 2021, 17:33:02 UTC
232601c Merge pull request #606 from Fitblip/patch-1 Fix typing issue in `Api._ParseAndCheckTwitter` 19 December 2021, 17:29:21 UTC
795173f Merge pull request #574 from tuftedocelot/1-add-place-as-a-model Add support for getting places using Geo API and Place models 19 December 2021, 17:27:17 UTC
9a11ef2 Remove `future` dependency (again) Accidentally re-added in #573. 19 December 2021, 17:25:35 UTC
e22b0c9 Merge pull request #573 from sbraz/pytest-runner Remove unnecessary pytest-runner from install_requires 19 December 2021, 17:12:16 UTC
a50802a Merge branch 'master' into pytest-runner 19 December 2021, 17:11:52 UTC
420823b Merge pull request #572 from sbraz/manifest Include doc, examples and tests in source distributions 19 December 2021, 17:11:06 UTC
bc065d4 Merge branch 'master' of git://github.com/RikhavM/python-twitter 19 December 2021, 17:08:59 UTC
c863cf4 Merge pull request #487 from Gummary/master Add api.Replyto for convenience 19 December 2021, 17:02:50 UTC
eee5167 Fix docs to fit expected keyword argument 24 July 2021, 16:03:40 UTC
2ca97e4 Merge pull request #689 from derpwanda/patch-1 correct descriptions of methods in api.py 17 July 2021, 10:55:12 UTC
202e62c Delete from pdb import set_trace 10 July 2021, 12:48:18 UTC
84ddd92 Define a function that converts text that causes errors due to indentation. 10 July 2021, 12:45:11 UTC
3784479 Modify README.rst to deal with syntax errors. 10 July 2021, 11:06:41 UTC
719a507 Change project name to debug no pypitest server because I can not upload to project 'python-twitter'. 10 July 2021, 10:50:30 UTC
1ade878 Specifies the text type of long_description. 10 July 2021, 10:43:54 UTC
cbcf58b corrected comments for DestoryBlock, DestroyMute DestroyBlock comments: block to unblock. DestroyMute comments: mute to unmute. 19 February 2021, 05:01:56 UTC
91e7114 correction Changed lines 3518 & 3520 from "unmark" to "mark" 17 February 2021, 23:56:57 UTC
9eca190 update comments in api.py update comments on lines 3518 & 3520 from "mark" to "unmark" 17 February 2021, 20:26:17 UTC
3c7fca8 update comments update comments on lines 3552 & 3554, from 'mark' to 'unmark' 17 February 2021, 19:55:36 UTC
c016088 Fix issue where GetListMembers would only return the first 100 members. The Twitter API appears to return the same value for `next_cursor` and `previous_cursor` even when there is another page. I've updated the test data to reflect reality. Then I added test assertions to verify pages are concatenated. Finally applied fix to ensure test passes. 27 December 2020, 07:57:24 UTC
2b99c95 fixed "ambiguous error name" error blocking tests 27 December 2020, 07:32:12 UTC
dc449cc docs: fix simple typo, unsuccesful -> unsuccessful There is a small typo in twitter/api.py. Should read `unsuccessful` rather than `unsuccesful`. 24 December 2020, 06:51:45 UTC
913644a replace mimetypes to filetype mimetypes relies on file extension, while filetype relies on file header which is more stable. 01 December 2020, 05:44:49 UTC
fa1b12a Remove redundant PostDirectMessage it was listed twice 31 August 2020, 23:41:20 UTC
acd9472 Merge pull request #657 from Scowley4/master Typo in docs: getting_started.rst 12 May 2020, 20:50:36 UTC
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
29647e6 Always add tweet_mode to API requests 29 April 2020, 21:44:03 UTC
6931e9a Update getting_started.rst 11 April 2020, 23:28:05 UTC
71a33d4 Update documentation for GetListMembers 24 March 2020, 08:36:02 UTC
eecccff fixed inconsistent naming of variable GetRetweets used to have `statusid` instead of `status_id` 14 February 2020, 15:13:12 UTC
5afb156 Add documented but missing count to GetLists() The GetLists() method documents the count parameter, which is actually not available in the method signature and can't be used. Due to this, the GetLists() method is basically limited to retrieving ~300 lists at once, as the internally called GetListsPaged() method will retrieve only 20 lists at once and will hit rate limits after 15 calls in a row. So add "count" to the method signature and pass it to GetListsPaged(). Also add a note about rate limits & hint to bump "count" once they start to be hit. With this change a caller that passes say 500 as "count" (tested) can retrieve 300+ lists without unnecessarily hitting rate limits. 14 January 2020, 01:20:15 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
0d51325 Fix typing issue in `Api._ParseAndCheckTwitter` Right now whenever the twitter API returns an un-parsable response that isn't explicitly known/handled, the TwitterException sets the message parameter to a `set` type, not a `dict` type or a `str` type (which is used in some cases elsewhere). This is causing errors for me as I'm inspecting this exception for graceful error handling, and received a `set` much to my surprise! Looks to me like a copy/paste bug. I'd like to have it be a `dict`, but if you think a `str` is more appropriate that works too! Thanks for the great library :) 21 February 2019, 21:46:48 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
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
d373eb9 use a requests.Session to speed up most network operations 14 October 2018, 14:09:41 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
back to top