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

sort by:
Revision Author Date Message Commit Date
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
66da344 fix v3 errors in tests 05 November 2015, 05:37:42 UTC
f3c88de merge master updates 05 November 2015, 05:10:22 UTC
49ed835 Merge pull request #250 from jheld/update_friendship adds UpdateFriendship (shared Add/Edit friendship) 13 October 2015, 14:47:24 UTC
7d14331 adds UpdateFriendship (shared Add/Edit friendship) 13 October 2015, 01:57:37 UTC
00d605d Merge pull request #249 from der-Daniel/master Fixed Non-ASCII printable representation in Trend 11 October 2015, 15:55:20 UTC
c5a068f Fixed Non-ASCII printable representation in Trend When __repr__ is called on a Trend object, non-ASCII character leads to a UnicodeEncodeError. 11 October 2015, 13:59:39 UTC
17f6500 Merge pull request #246 from era/master Add __repr__ for status 25 September 2015, 16:21:26 UTC
e063e57 Add documentation in status.__repr__ 25 September 2015, 00:01:51 UTC
fe98cea Add __repr__ for status 24 September 2015, 23:55:40 UTC
4e7d4a2 Merge pull request #245 from ligthyear/python-3 Python-3 Fix: decode bytestreams for json load 14 September 2015, 01:16:38 UTC
0b4eee9 Python-3 Fix: decode bytestreams 13 September 2015, 14:53:09 UTC
63df9d9 Merge pull request #243 from Vector919/docs_update Remove references to outdated API functionality: GetUserByEmail 27 August 2015, 16:54:04 UTC
3581426 remove references to outdated email API function 27 August 2015, 01:19:04 UTC
0a0dbd6 Merge pull request #239 from tedmiston/master Correct GetListsList docstring 02 August 2015, 14:42:01 UTC
7ba43a1 Update GetListsList docstring There was a typo where it was copied and pasted from another method. 02 August 2015, 06:52:50 UTC
5e7670f Merge pull request #236 from chadmiller/master Fix misspelling. 12 June 2015, 22:59:14 UTC
c8c38eb Fix misspelling. 12 June 2015, 20:21:39 UTC
4fead2e Merge pull request #233 from pswaminathan/patch-1 Update README.rst 02 June 2015, 09:31:31 UTC
9b13ac6 Update README.rst Fix link formatting 02 June 2015, 01:29:10 UTC
91a38d2 Merge pull request #230 from Samyoul/patch-1 Fix for PostMultipleMedia media-ids-failed-error 04 May 2015, 21:38:12 UTC
c944eab Raise Error for exceeding maximum element limit 04 May 2015, 21:35:56 UTC
9fd8053 Fix for PostMultipleMedia media-ids-failed-error After receiving many of the following errors: {"errors":[{"code":324,"message":"The validation of media ids failed."}]} And reading here: https://twittercommunity.com/t/the-validation-of-media-ids-failed-error-code-324/29304 I found that Twitter would give this error if you tried to upload more than 4 images at a time. As an immediate fix I'm truncating the list to the maximum that twitter will accept. 04 May 2015, 20:57:05 UTC
943c849 Merge pull request #227 from jonathan-s/property Property changes + splitting up tests 26 April 2015, 17:46:34 UTC
14093f0 New instructions for running tests 26 April 2015, 12:57:19 UTC
46eb78d Split up tests for better readability 26 April 2015, 12:53:00 UTC
e6cfd96 Fix deprecated property 26 April 2015, 12:52:31 UTC
220a88f Fix properties for list 26 April 2015, 11:27:39 UTC
a4c4f9d Fixing properties for DMs 26 April 2015, 11:27:22 UTC
ac0ae39 Remove test for setters and getters, not used 26 April 2015, 11:03:36 UTC
fbd3a3d Fix property bug 26 April 2015, 11:03:08 UTC
ed3fffa Remove setters on users, will never be used anyway 26 April 2015, 10:32:24 UTC
95a6bc3 Update properties for status 26 April 2015, 10:27:09 UTC
ba5af47 Merge pull request #226 from kldykstra/master added GetMemberships method 25 April 2015, 16:20:53 UTC
1cfc5af fixed small mistake 25 April 2015, 13:34:02 UTC
64d129a fixed method to-do list 25 April 2015, 13:30:10 UTC
90fd079 added GetMemberships method 25 April 2015, 13:26:41 UTC
c17831f Merge pull request #225 from jonathan-s/master Adding to docs in GetSearch 21 April 2015, 18:20:56 UTC
6659a46 Changing to property layout for user 20 April 2015, 21:08:24 UTC
423bcd7 Adding to docs 20 April 2015, 10:42:02 UTC
e22cff9 Merge pull request #224 from dominikkrejcik/master Set default page size for GetFriendIDs to 5000 14 April 2015, 17:19:24 UTC
42d71a0 Set default page size for GetFriendIDs to 5000 14 April 2015, 11:59:29 UTC
daae243 Merge pull request #221 from jonathan-s/patch-1 Adding since to getSearch 13 April 2015, 23:55:03 UTC
1fbf101 Adding since to getSearch The twitter api has support for since, so I'm adding that as well. 13 April 2015, 22:44:06 UTC
0066226 Merge pull request #218 from novocaine/python-v3 fix tests that weren't already broken on py3 16 March 2015, 18:54:47 UTC
955f771 fix tests that weren't already broken on py3 16 March 2015, 18:29:20 UTC
d0dcbe1 Merge pull request #217 from arcturusannamalai/master 1) Add Emoticons parsing to the Tweet API. 09 March 2015, 05:54:58 UTC
8279bad 1) Add Emoticons parsing to the Tweet API. 2) Add tests for emoticons in parse_tweet feed 3) Update Authors to reflect this contribution and original parse_tweet API 08 March 2015, 00:20:20 UTC
b21bc03 Merge pull request #216 from willharris/fix-missing-errno-import Fix missing "errno" import introduced in pull request #214. 26 February 2015, 17:00:31 UTC
b1cbacb Fix missing "errno" import introduced in pull request #214. 26 February 2015, 13:46:44 UTC
29c2c87 Merge pull request #214 from dzuelke/patch-1 Fix race condition in _InitializeRootDirectory 16 February 2015, 16:33:34 UTC
back to top