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

sort by:
Revision Author Date Message Commit Date
6136f7c adds in passing tests without modification to API 20 January 2016, 01:57:35 UTC
3442e17 adds test data for using responses 20 January 2016, 01:57:09 UTC
94aa82b Merge pull request #282 from bear/django_tags_url Update README.rst 18 January 2016, 21:30:20 UTC
c967aee Update README.rst 18 January 2016, 05:40:18 UTC
d5f51a8 fixes error in getting name of a file object passed to parse_media_file 17 January 2016, 17:22:01 UTC
3165c09 Merge pull request #281 from bear/feature/media_update Adds ChunkedMedia Uploads (videos/gifs) and Deprecates PostMultipleMedia & PostMedia 17 January 2016, 11:31:53 UTC
372fde3 fixes PostUpdate with multiple media so that media_ids is properly a comma-separated string of ids 16 January 2016, 21:35:50 UTC
0cfd989 fixes deprecation warning for PostMultipleMedia 16 January 2016, 21:24:19 UTC
da9bd56 updates to chunked media to deal with closed file handling, and list of media objects 16 January 2016, 16:30:56 UTC
e11fa27 fixes and adds deprecation warnings re old PostMedia methods 16 January 2016, 14:04:01 UTC
06858ae fixes typo in GetUserStream for stall_warnings 15 January 2016, 11:55:39 UTC
0df35c5 updates PostUpdate to include media param & normalizes media_category across Chunked/Simple upload 15 January 2016, 01:22:57 UTC
ee342d2 adds warning about a chunk_size that could result in 999+ APPEND commands to API 14 January 2016, 23:35:52 UTC
deab302 adds chunked upload support to API and media checking function 14 January 2016, 23:05:48 UTC
2da2da1 adds first pass at parsing various media objects that can be passed to UploadMedia* methods 13 January 2016, 12:57:20 UTC
ad1b091 adds UploadMediaSimple for single upload POSTs to API. 12 January 2016, 12:54:06 UTC
d069f0d Merge pull request #279 from shichao-an/master Fixed wrong link target of PyPI badge 11 January 2016, 12:01:56 UTC
b057450 Fixed wrong link target of PyPI badge 11 January 2016, 04:29:30 UTC
071b090 removes self.__auth check to _RequestUrl, closing #276 11 January 2016, 00:43:56 UTC
d0e280a Merge pull request #278 from bear/rbpaskerGetFriendsUpdate Refactor GetFriends & GetFollowers Methods 10 January 2016, 22:45:16 UTC
076f1b8 based on previously named arg, total_count, GetFriends/GetFollowers should take that rather than limit_users 10 January 2016, 17:12:33 UTC
6a7e960 missed a debugging print statement that should have been deleted 10 January 2016, 17:07:05 UTC
e3e9b51 refactoring Friends/Followers Get methods 10 January 2016, 17:04:26 UTC
df1e090 updates tests for Friends/Followers methods & includes more data for tests 10 January 2016, 17:03:36 UTC
326a451 adds tests & test data for GetFriends, GetFollowers, and associated methods 09 January 2016, 17:58:46 UTC
741c0aa updates doc string for GetFriends and changes default value of include_user_entities to True for GetFollowers in line with GetFriends 09 January 2016, 17:00:57 UTC
5faac69 moves endpoint checking for GetFollowers/GetFriends to _GetFriendsFollowersPaged method 09 January 2016, 16:53:39 UTC
a141ade refactors GetFriends, GetFollowers, and Paged methods to call _GetFriendsFollowers or _GetFriendsFollowersPaged 09 January 2016, 16:32:35 UTC
9a7cecf adds global sleep_on_rate_limit parameter to API for testing purposes 09 January 2016, 13:32:53 UTC
e2d5db6 explicitly sets url query parameters even when false to avoid ambiguous behavior from Twitters response 09 January 2016, 13:32:13 UTC
0f5a937 updates to GetFriends/Followers* methods. see issue #277 and pull request #275 09 January 2016, 13:22:37 UTC
8cfe951 updates Get*IDs*() methods 08 January 2016, 00:41:29 UTC
ff8be03 updates behavior of GetFriends(), GetFollowers(), GetFriendsPaged(), GetFollowersPaged() 07 January 2016, 01:47:17 UTC
2352858 GetFriendIDsPaged returns a list of IDs, not a dictionary 05 January 2016, 16:22:35 UTC
1ed0247 fixed len(result) >= count 05 January 2016, 14:37:23 UTC
9228b5b Honor 'count' parameter in API 05 January 2016, 14:35:27 UTC
16cb3f3 Merge pull request #272 from jeremylow/fixes/py3_compat_print_statements Python3 compatibility fixes for print statement in authorization check & doc strings 04 January 2016, 06:27:45 UTC
0371a53 py3 compatibility fixes for print statement in check for auth & doc strings 04 January 2016, 00:35:43 UTC
d349d76 copyright year update; lint config tweak 02 January 2016, 13:15:00 UTC
44d4361 Merge pull request #271 from jeremylow/issue265 Fixes issue #265 by reworking calculation of shortened urls 02 January 2016, 04:49:25 UTC
7b1d7e2 adds tests and adds 0-255 as a TLD to include IPv4 addresses as links (which is a little hacky) 01 January 2016, 23:02:53 UTC
9cb0f9a changes to no longer limit single-url tweets 140 characters. 01 January 2016, 20:30:51 UTC
c4c6ded regex changes to fix issue with finding "urls" like run.on.sentence 01 January 2016, 20:01:02 UTC
817286a fixes encoding error for py27 01 January 2016, 17:54:45 UTC
a6f7e73 fixes #265 by reworking status length calculation for urls 01 January 2016, 17:52:31 UTC
2e2b32c Merge pull request #270 from jeremylow/linting Fixes lint & TypeError 31 December 2015, 20:57:08 UTC
2e7e37e fixes lint errors for redefinition of json in twitter/api 31 December 2015, 11:02:10 UTC
0ba4cdd and still lint finds something... 29 December 2015, 10:12:01 UTC
25b7068 set version to 3.0rc1 29 December 2015, 10:09:46 UTC
6a42fe1 Merge pull request #251 from bear/python-v3 Python v3 - fixes Issue #155 29 December 2015, 09:48:24 UTC
b2edc30 fix python v3 exception statement error 29 December 2015, 09:43:46 UTC
a382b7d add future package requirement 29 December 2015, 09:17:07 UTC
26d2297 Merge branch 'master' into python-v3 29 December 2015, 09:14:25 UTC
dc32a98 serious flake8 lint cleanup; apologies for the extra large diffs 29 December 2015, 08:55:19 UTC
b6ee6d9 add back skip decorator but with a version check 29 December 2015, 01:47:02 UTC
7c82561 add python v3.5 to the test matrix 29 December 2015, 01:35:03 UTC
0addb25 remove expectedFailure decorator from twitter.status test 29 December 2015, 01:30:43 UTC
fa451e7 sync branch with master 29 December 2015, 01:23:53 UTC
bc8dd1e add pypi version badge 28 December 2015, 23:42:18 UTC
5ca83d1 add requires.io badge to project readme 28 December 2015, 23:33:56 UTC
aa8aacc Merge pull request #267 from rbpasker/master initialize Api.__auth fixes #119 28 December 2015, 21:18:33 UTC
e68b6ae initialize Api.__auth fixes #119 This eliminates `AttributeError: 'Api' object has no attribute '_Api__auth'` errors by initializing `Api.__auth` to None. Now, setting the authentication parameters incorrectly results in the proper error message: `TwitterError: {'message': 'Api instance must first be given user credentials.'}`. 28 December 2015, 14:01:22 UTC
2674a54 Merge pull request #266 from mistersalmon/master Add full_text and page options in GetDirectMessages function 21 December 2015, 16:59:42 UTC
e589979 Add page option in GetDirectMessages If we have more than 200 unread messages, you can't reach them with the count option. Page option is the answer for this matter. 21 December 2015, 14:38:16 UTC
388405f Merge pull request #1 from mistersalmon/mistersalmon-patch-full-text-option Add full_text option in GetDirectMessages function 21 December 2015, 14:26:16 UTC
4510b31 Add full_text option in GetDirectMessages function 21 December 2015, 14:15:23 UTC
b431a38 Merge pull request #264 from jeremylow/python-v3 Updates Media object with new methods, adds id param, adds tests 06 December 2015, 21:32:41 UTC
c63dab4 Updates Media object with new methods, adds id param, adds tests 06 December 2015, 20:25:44 UTC
af03c22 Merge pull request #262 from lababidi/master Update get_access_token.py 02 December 2015, 21:37:12 UTC
04d1494 Update get_access_token.py Add 'oob' to enable PIN based authentication correctly 02 December 2015, 21:10:59 UTC
2bf6a8a Merge pull request #260 from BrandonBielicki/master Added UpdateBackgroundImage method and added profile_link_color argument to UpdateProfile 28 November 2015, 22:23:30 UTC
cc8dffb Updated 'UpdateProfile' method description to reflect link_profile_color argument 28 November 2015, 19:08:13 UTC
31fc699 Added UpdateBackgroundImage method. UpdateProfile now accepts profile_link_color parameter 28 November 2015, 18:56:29 UTC
cbae3e1 Merge pull request #259 from RockHoward/master Added GetFriendIDsPaged 23 November 2015, 17:24:09 UTC
f31f3a9 getFriendIDs now uses GetFriendIDsPaged 23 November 2015, 16:28:56 UTC
05b3aa7 Added GetFriendIDsPaged and refactored the API a bit 20 November 2015, 17:34:23 UTC
9a9b27e Merge pull request #257 from bear/readme-tweaks add some badges 15 November 2015, 00:49:02 UTC
4479fa9 remove pypi wheel badge for now 15 November 2015, 00:48:05 UTC
6e49914 add some badges 15 November 2015, 00:40:07 UTC
8673e2f Merge pull request #256 from bear/test-tweak remove python v3 from travis until it's needed 15 November 2015, 00:35:15 UTC
a738b4e remove python v3 from travis until it's needed 15 November 2015, 00:33:06 UTC
09b992f get travis to use make test; add codecov rc file 14 November 2015, 22:12:40 UTC
7457f1e have travis use Makefile 14 November 2015, 21:07:25 UTC
36115a7 wrap v3 specific code with try blocks to work in v2 14 November 2015, 21:01:55 UTC
3810356 flag testAsJsonString expectedFailure for now (smelly I know) and more merge conflicts 14 November 2015, 20:26:30 UTC
9df6b6c merge from master 14 November 2015, 19:55:21 UTC
14cc046 Merge pull request #254 from trentstollery/master Adding api methods for suggestions and suggestions/:slug 14 November 2015, 19:38:25 UTC
76a6c08 Added a function to turn a media object into a dic 11 November 2015, 06:11:25 UTC
7053d75 Bug fixes and adding in the variant details for video media objects 11 November 2015, 00:01:59 UTC
4050a06 Added a class for media types that come back in the tweet stream. Updated api to use these 10 November 2015, 03:20:45 UTC
bc0530d Swapped version back to 2.3 09 November 2015, 23:50:00 UTC
e0f7ef6 Fixed bug in get suggested users list.. turns out it returns a dic not a list 09 November 2015, 07:10:01 UTC
954ac8b Added fix to get user suggestions call so that it called the correct endpoint haha 09 November 2015, 06:02:40 UTC
83167b4 Adding the ability to get the suggested user categories 09 November 2015, 05:00:49 UTC
dfa3efa Merge pull request #253 from wilsonand1/master Added who paramter to api.GetSearch 05 November 2015, 15:27:07 UTC
36caf2d Added who paramter to api.GetSearch 05 November 2015, 10:25:51 UTC
10877f6 bump version to 3.0 and also update python version to 3.5 05 November 2015, 06:08:04 UTC
08071f9 Merge remote-tracking branch 'origin/master' into python-v3 05 November 2015, 06:02:49 UTC
9627866 fix relative imports for python 2.7 05 November 2015, 06:01:33 UTC
2ffd534 adding travis-ci support 05 November 2015, 05:45:20 UTC
back to top