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

sort by:
Revision Author Date Message Commit Date
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
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
e8313a9 Changed to keep validation logic as in master 08 March 2017, 01:22:20 UTC
0341e60 Merge pull request #448 from bear/fix/issue446 Fix issue with set indexing in UsersLookup 01 March 2017, 20:10:53 UTC
6a8d3ec Responded to @jeremylow review 01 March 2017, 00:39:15 UTC
39090a7 fix issue with set indexing in UsersLookup Generally modernizes UsersLookup and GetUser to current style and practices for error checking and updates docstrings. 28 February 2017, 11:16:21 UTC
a3118bd Merge pull request #444 from PistachioPony/patch-1 import configparser 27 February 2017, 17:24:56 UTC
cd50226 import configparser In Python 3, ConfigParser has been renamed to configparser for PEP 8 compliance. 25 February 2017, 22:09:41 UTC
54eb26a Merge pull request #442 from alimony/patch-1 Fix documentation of DestroyListsMember method. 23 February 2017, 05:39:28 UTC
94d39fe Fix documentation of DestroyListsMember method. These say "add" instead of "remove". 22 February 2017, 22:46:47 UTC
69af23c Merge pull request #439 from bear/fix/issue433 Fix to upload video/gifs to correct endpoint if filesize < self.chunk_size 16 February 2017, 21:50:55 UTC
88c5da0 Merge pull request #440 from bear/fix/issue403 Fix warnings always being displayed at library level 16 February 2017, 21:50:12 UTC
4f26a61 Merge pull request #441 from bear/fix/issue426 Fix instances where kwargs should default to None 16 February 2017, 21:49:24 UTC
77398cb fix instances where kwargs should default to None This fixes issue 426, where List functions defaulted to False for owner_screenname etc. than None, which caused those functions to fail and pass the wrong IDing info to twitter. 16 February 2017, 11:40:09 UTC
5e735cf fix warnings always being displayed at library level 16 February 2017, 02:00:59 UTC
a779827 fix lint for pycodestyle 16 February 2017, 00:01:48 UTC
97c0baf Merge pull request #436 from reedkavner/gae-development Update GAE environ test 15 February 2017, 12:45:16 UTC
5640c42 fix to upload video/gifs to correct endpoint if filesize < self.chunk_size previously, if a gif or a video (mp4/quicktime) was less than self.chunk_size, it would be uploaded via UploadMediaSimple, but this was a bug because that endpoint cannot handle videos or gifs. closes #433 14 February 2017, 00:55:07 UTC
6fcc440 Update GAE environ test 11 February 2017, 17:39:02 UTC
c28e9fb Merge pull request #430 from mdenil/master Change URL parameter in GetRetweeters to match twitter api. 22 January 2017, 02:29:14 UTC
f80543b Change URL parameter in GetRetweeters to match twitter api. 21 January 2017, 21:48:05 UTC
f2dd2d3 Reworked @bryanlandia extension to allow application-only authentication. 12 December 2016, 01:24:10 UTC
62bb5c6 Merge pull request #419 from bear/fix/issue418 Pass kwargs to PostUpdate() if len(tweets)==1 in PostUpdates() 30 November 2016, 15:04:47 UTC
925c49c update docs for 3.2.1 30 November 2016, 11:29:21 UTC
34a3ad4 pass kwargs to PostUpdates if len(tweets)==1 Previously, **kwargs would only be passed to PostUpdate if there were greater than 1 tweet to be posted. This change fixes that so that even if only one tweet gets posted, kwargs are still passed to PostUpdate from PostUpdates() 30 November 2016, 11:29:07 UTC
b39075e Merge pull request #416 from bear/fix/issue415 Fix calc_expected_status_length (issue 415) 28 November 2016, 17:32:52 UTC
eeac783 bump version for fix 26 November 2016, 18:31:50 UTC
23c6633 fix calc_expected_status_length for urls not at beginning on string 26 November 2016, 18:30:39 UTC
ae88240 oops, pypy is 3.5.1 not 3.5.2, got carried away a bit 24 November 2016, 20:38:53 UTC
96f556c sigh - Makefiles and last minute tweaks... 24 November 2016, 20:19:38 UTC
da71204 tweak Makefile to allow for a PyPi wheel push for 2.7 and 3.5 24 November 2016, 20:13:51 UTC
922479d v3.2 release 24 November 2016, 20:04:43 UTC
1414e12 Merge pull request #414 from bear/develop merge 3.2 Develop branch to prepare for release 24 November 2016, 19:55:08 UTC
6a3bc3d Merge pull request #413 from bear/master merge latest master changes into develop 24 November 2016, 19:49:07 UTC
5c5ddbd Merge pull request #412 from bear/remove-pypy3-for-now remove pypy3 for now and refactor Makefile a bit to remove redundancy 24 November 2016, 19:41:38 UTC
bf9e5ee remove pypy3 for now and refactor Makefile a bit to remove redundancy 24 November 2016, 19:36:31 UTC
83bc08a Merge pull request #411 from h1994st/master Update api.py 24 November 2016, 18:49:58 UTC
13dd590 Update api.py `words` is a list containing separated words. Thus, it should not be passed into `is_url()` as a string. 24 November 2016, 14:15:11 UTC
dc13a39 Merge pull request #410 from Br3nda/Br3nda-patch-1 added missing comma in example 24 November 2016, 09:28:39 UTC
82a57b1 fix attachment_url param for PostUpdate to be backwards compatible. see PR #401 for brief discussion. 23 November 2016, 01:25:12 UTC
6ca83cb Merge pull request #401 from chaitanya0411/master Add language support to GetStreamFilter() 03 November 2016, 00:18:05 UTC
78d9976 Moved languages parameter for GetStreamFilter() function to the end. 02 November 2016, 23:45:21 UTC
2b25d70 Deleted track_users_languages.py and the example merged with track_users.py 02 November 2016, 03:50:37 UTC
e0f9e6d Added example of filtering by language in this example 02 November 2016, 03:49:19 UTC
7b752a6 Updated doc for the language change in GetStreamFilter() in api.py 02 November 2016, 03:43:48 UTC
42d148c Added languages support to the GetStreamFilter() function in api.py and changed a comment in the newly added streaming example 01 November 2016, 21:07:04 UTC
0186eb3 Added languages support to the GetStreamFilter() function in api.py. Also added the corresponding example for use. 01 November 2016, 20:56:54 UTC
afe51f7 Merge pull request #400 from bear/fix/issue397 Update inline documentation re raw_query on GetSearch 01 November 2016, 16:41:32 UTC
91971f1 update inline documentation re raw_query on GetSearch 01 November 2016, 02:23:37 UTC
c3a1107 Merge pull request #398 from bear/fix/issue387 Add `video_info` param to Media class 01 November 2016, 00:33:27 UTC
401aa75 Merge pull request #399 from JoseAlcerreca/patch-1 Fix view_friends sample 01 November 2016, 00:33:04 UTC
5ca72b7 Fix view_friends sample 31 October 2016, 23:45:05 UTC
e5be25e update documentation re video_info param 31 October 2016, 22:50:30 UTC
c53dd18 add video_info param to Media class Adds `video_info` parameter to the construction of a Media object with addresses issue #387. 31 October 2016, 22:37:50 UTC
01b3ceb add tests for url regex 30 October 2016, 22:36:28 UTC
76d224f Merge pull request #394 from bear/feature/changes_to_tweet_counting Changes to tweet counting 25 October 2016, 23:23:33 UTC
429d3cb remove flake8 since moving to pycodestyle 20 October 2016, 22:21:43 UTC
e6527f2 update version 20 October 2016, 22:21:38 UTC
d81e85b add attachment URL param to PostUpdate 20 October 2016, 22:13:13 UTC
0180e27 update URL checking regex. Some of the URLs acknowledged by Twitter are not counted, most are. Some that Twitter says are not URLs, count as URLs. It is not perfect, but it covers a number of use cases. See tests/test_url_regex.py - the commented out URLs are the edge cases that are not addressed. 20 October 2016, 22:11:31 UTC
77a9483 fix lint 20 October 2016, 00:10:40 UTC
8c40d83 update makefile with pycodestyle and reduce max line length 20 October 2016, 00:08:24 UTC
1999aed fix lint 06 October 2016, 09:56:58 UTC
594f9b4 add back in corrected tests for new tweet_mode param 05 October 2016, 10:49:15 UTC
50b94a1 update PostUpdate with exclude_reply_user_ids 04 October 2016, 01:16:25 UTC
961257f remove parse tweet code from file cache 03 October 2016, 11:24:19 UTC
8e01f16 fix lint 03 October 2016, 11:24:19 UTC
5f1cc0f add edge case for error handling re 6c41fac 03 October 2016, 11:24:19 UTC
2be0b5e add tests for tweet changes 03 October 2016, 11:24:19 UTC
2506bc4 add basic support for tweet changes 03 October 2016, 11:24:19 UTC
87e1976 comment out tests that will be broken by changes 03 October 2016, 11:24:19 UTC
479b837 adds documentation re: changes to tweet character counting. This is basically just a distillation of what is on twitter documentation, but consdensed so it is easier to read/reference when building out the changes. 03 October 2016, 11:24:19 UTC
d3eb170 Merge pull request #389 from bear/fix/issue388 Add support for non-ascii filenames in UploadMediaChunked 22 September 2016, 09:13:50 UTC
7facf56 add support for non-ascii filenames in UploadMediaChunked 22 September 2016, 02:00:31 UTC
7126f2b Merge pull request #386 from bear/feature/UpdateBackgroundImage_deprecation Add Descriptive Deprecations 16 September 2016, 17:27:48 UTC
98a943f fix codestyle 16 September 2016, 10:40:50 UTC
c818d1f update docs re deprecation warnings 16 September 2016, 10:40:01 UTC
aed90e4 deprecate UpdateBackgroundImage and convert DeprecationWarnings to version specifc warnings 16 September 2016, 10:22:17 UTC
3f4e3e3 add PythonTwitterDeprecation[version] warnings 16 September 2016, 10:21:26 UTC
3f99eaf Merge pull request #385 from bear/unit_tests Add More Unit Tests 15 September 2016, 22:14:35 UTC
88e8253 fix makefile to run coverage again 15 September 2016, 17:19:43 UTC
d3b5581 add tests for Post & DestroyDirectMessage, ShowFriendship 15 September 2016, 10:34:19 UTC
3aa6110 add tests for retweets, usertimeline + params, destroy status 15 September 2016, 10:26:09 UTC
0aabee0 Merge pull request #384 from bear/fix/issue344 Add User object to DMs per Issue #344 14 September 2016, 15:41:30 UTC
d60147b update documentation and changelog 14 September 2016, 11:49:31 UTC
53ac36b add full user data to direct message object for recipient attribute 14 September 2016, 11:01:31 UTC
5738f71 add full user data to direct message object for sender attribute 14 September 2016, 11:01:31 UTC
back to top