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

sort by:
Revision Author Date Message Commit Date
1d792f4 merge conflict update 11 July 2014, 02:18:41 UTC
1a28a85 updated setup.py to be wheel compatible, changed README to rst, removed requirements.txt and other config and copyright cleanups 11 July 2014, 02:07:19 UTC
a3f8ff2 Rewritten get_access_token.py to use requests-oauth get_access_token.py now uses the requests oauth lib and no longer depends on oauth2. This closes #151 09 July 2014, 13:22:37 UTC
0424031 Update to python 2.6, remove simplejson dependency This updates the requirements to python 2.6, removing the simplejson dependency as simplejson is included from python 2.6 onwards. Also various things were cleaned up/corrected: * Removed included simplejson * Google APP Engine has also moved to python 2.7 so the import logic for simplejson in __init__.py was removed, as well as the unused urlparse imports. https://developers.google.com/appengine/docs/python/python25/diff27 * Cleaned up unused libraries/dependencies in documentation This closes #123 09 July 2014, 12:50:34 UTC
6d2b0bc PostMedia() now supports file-like objects PostMedia() now accepts file-like objects with an read() method in addition to passing the media as a filename or HTTP URL. Closes #125 Also we now close the FP after read()ing it when using a filename as parameter. 09 July 2014, 11:25:04 UTC
d4b096d Replace requests_timeout with general timeout parameter This closes #112 09 July 2014, 10:31:40 UTC
4e3027a Merge pull request #166 from mafagafo/master Missing whitespace (I have OCD) 08 July 2014, 04:08:43 UTC
b1c1dcb Missing whitespace (I have OCD) 07 July 2014, 23:50:04 UTC
ba9794e updated/unified the documentation and style plus some general cleanup 07 July 2014, 18:52:49 UTC
a75c69b Merge pull request #165 from greedo/issue131 traps request errors and raises an standard exception 04 July 2014, 15:41:26 UTC
2d52e83 traps request errors and raises an standard exception 04 July 2014, 04:23:52 UTC
41840bc Merge pull request #156 from foxmask/patch-1 Update _file_cache.py 03 July 2014, 21:48:08 UTC
0e14d2e Merge pull request #164 from greedo/test_fix fixed spelling mistake 03 July 2014, 21:47:29 UTC
353b54c fixed spelling mistake 03 July 2014, 19:37:44 UTC
4fc3458 Merge pull request #159 from udox/master Allow post media to work with urls 30 June 2014, 04:32:02 UTC
ac8f187 Merge pull request #162 from clee704/master Fix an issue with user streams 30 June 2014, 04:31:33 UTC
487de36 Merge pull request #161 from jairot/master Update Readme with the line to install by pip 30 June 2014, 04:31:04 UTC
c3946cd Fix an issue with user streams * Changed the last loop in GetUserStream to match those in other stream functions. * Check for "Exceeded connection limit for user" messages which come with HTTP 420 responses when there are too many connections to the Streaming API 29 June 2014, 17:02:05 UTC
eac3658 Update Readme with the line to install by pip 28 June 2014, 19:31:43 UTC
6845322 Allow post media to work with urls Currently only works with local files, not useful for tweeting images stored remotely 26 June 2014, 16:30:40 UTC
ea00e40 Merge pull request #157 from jvchn/master enable Status.AsJsonString() to output non-ascii 05 June 2014, 05:22:13 UTC
278ca17 Enable Status.AsJsonString() to output non-ascii strings. To output non-ascii string, set the keyword argument allow_non_ascii=True 05 June 2014, 04:03:29 UTC
b438bd4 Enable Status.AsJsonString() to output non-ascii strings. To output non-ascii string, set the keyword argument allow_non_ascii=True 05 June 2014, 03:49:08 UTC
d5e02a7 enable AsJsonString to output unicode 05 June 2014, 03:45:31 UTC
588b64b test test 05 June 2014, 03:34:32 UTC
dd020e6 Update _file_cache.py 17 May 2014, 21:30:40 UTC
61bca7f Merge pull request #153 from jarobins/master Changes to PostMedia 29 April 2014, 03:41:52 UTC
45b2e6f Changes to PostMedia PostMedia's parameters need to be strings for the requests library. I have made it so the user can enter in either a int or string for the "in_reply_to_status_id" without throwing errors by type casting the variable. 27 April 2014, 01:50:05 UTC
788f032 Merge pull request #146 from radiosilence/master Replace deprecated MD5 with hashlib. 28 February 2014, 15:06:03 UTC
1b04ce5 Replace deprecated MD5 with hashlib. 28 February 2014, 11:06:22 UTC
0b540d6 Merge pull request #145 from MKeisuke/bugfix144 bugfix144 26 February 2014, 17:25:45 UTC
7d1a376 bugfix144 26 February 2014, 11:13:37 UTC
db5fcf0 merge issues from v1.3.1 build 18 February 2014, 03:01:02 UTC
0932bdb fixing merge conflicts and even a couple oddities that were probably bugs 18 February 2014, 02:57:40 UTC
ec0c000 yep 1.3.1 because I forgot to push CHANGES before publishing 18 February 2014, 02:18:55 UTC
f20daa0 update CHANGES file 18 February 2014, 02:17:40 UTC
7a22f5e bumping version to 1.3 for most recent fixes and PRs 18 February 2014, 02:13:04 UTC
2bbc969 update doc dir 18 February 2014, 01:38:36 UTC
beb88a4 fix debugHTTP in a brute force way but it works again 18 February 2014, 01:30:40 UTC
363b1ed fix Issue 143 - GetStatusOembed() url parameter was being stomped on 18 February 2014, 01:29:43 UTC
c739118 update README to show that we now require requests lib 18 February 2014, 01:28:23 UTC
6c248a6 Merge pull request #142 from LucasLemanowicz/master Added LookupFriendship() method for checking follow status 16 February 2014, 06:31:21 UTC
de5d240 Added LookupFriendship() method for checking follow status 15 February 2014, 19:06:48 UTC
fcec5cc Merge branch 'master' of github.com:bear/python-twitter 15 February 2014, 18:09:57 UTC
b28c77b add id_str to the Status class 15 February 2014, 18:09:33 UTC
b221765 removing commented out imports 01 February 2014, 21:43:06 UTC
66a3564 Breaking all twitter classes out into their own package. This is done without breaking exsiting functionality or imports by doing imports in the twitter/__init__.py file. user.py imports Status and status.py import User In order to prevent cyclic import errors, they are imported only if they are actually used. Also, sys was not imported in the setup.py file, causing setup.py to fail if setuptools can't be imported. 01 February 2014, 20:56:45 UTC
e716410 Merge pull request #138 from shichao-an/master Fix bug of GetListMembers when specifying `owner_screen_name` 22 January 2014, 06:47:47 UTC
a4b0364 Fix bug of GetListMembers when specifying `owner_screen_name` 22 January 2014, 06:36:46 UTC
bcd97ab adjust DestroyListsMember() to accept a list of id's to implement /lists/members/destroy_all endpoint 19 January 2014, 07:12:35 UTC
607cc7b added DestroyListsMember() 19 January 2014, 07:08:23 UTC
156dd0a update/fix CreateSubscription() and add ShowSubscription() 19 January 2014, 07:02:21 UTC
a912b93 added a user stream call and started to backfill missing /lists endpoints 19 January 2014, 01:29:02 UTC
34c51c2 Merge pull request #136 from stefano-maggiolo/master Added access to the filter stream API. 18 January 2014, 12:23:10 UTC
5dc40bd clean up requirements.txt 18 January 2014, 12:06:47 UTC
3d6305b bumped version to 1.2 18 January 2014, 12:00:27 UTC
7dd042d fixed error in CreateList(), changed count default for GetFollowers to 200 and added a GetFollowersPaged() method 18 January 2014, 11:57:40 UTC
dc85420 swapt out print for sys.stderr.write() call so it works in python 3 18 January 2014, 11:31:30 UTC
62f5590 Added access to the filter stream API. 18 January 2014, 11:16:22 UTC
06012dc Merge pull request #133 from sjml/master Profile updating 12 January 2014, 05:59:25 UTC
45eac9c Not overrwriting URL parameter 11 January 2014, 18:19:19 UTC
c7c82ba Typo 11 January 2014, 17:50:25 UTC
8d6d24e Adding profile update support 11 January 2014, 17:29:00 UTC
f9ffd13 Merge pull request #132 from philsturgeon/master Added UpdateBanner and fixed some profile_background_image_url stuff. 08 January 2014, 01:23:56 UTC
d8387dc Added UpdateBanner and fixed some profile_background_image_url stuff. 08 January 2014, 00:38:04 UTC
540a0a3 Merge pull request #127 from terraces/master Bugfixing page in GetUsersSearch 27 December 2013, 04:13:35 UTC
3411c61 Bugfixing page in GetUsersSearch 26 December 2013, 12:13:39 UTC
7fbd83f Merge pull request #122 from rmihael/master Lazy loading of /help/configuration.json 05 December 2013, 18:24:23 UTC
9f32897 Lazy loading of /help/configuration.json 05 December 2013, 17:42:58 UTC
4e838ec Merge pull request #121 from kureta/patch-1 Updated README.md 04 December 2013, 22:21:49 UTC
c9f598e Updated README.md Removed the example that shows instance creation without any parameters as it is no longer supported. 04 December 2013, 21:51:30 UTC
4c44bc9 Merge pull request #118 from larsweiler/master Introducing 'count' for GetFollowers and GetFriends 03 November 2013, 05:38:07 UTC
e2af508 Tab/Space fix 03 November 2013, 01:20:43 UTC
4936067 Introducing 'count' for Api.GetFriends(), so that the default of 20 can be overwritten with a maximum of 200; faster results and less rate limit hits. 03 November 2013, 01:17:43 UTC
8078a1f Introducing 'count' for Api.GetFollowers(), so that the default of 20 can be overwritten with a maximum of 200; faster results and less rate limit hits. 03 November 2013, 01:09:58 UTC
ecf4a5d Merge pull request #117 from iepathos/master Updated requirements.txt with simplejson, oauth2, and oauthlib 02 November 2013, 19:44:48 UTC
8a5df94 Updated requirements.txt with simplejson, oauth2, and oauthlib 02 November 2013, 19:23:04 UTC
8137a00 Merge pull request #115 from pmakowski/patch-1 remove oauth2 14 October 2013, 16:17:34 UTC
e59969c remove oauth2 please remove completly oauth2 14 October 2013, 15:01:14 UTC
c018a48 bumping version to 1.1 for distribution, see CHANGES for details 06 October 2013, 22:03:29 UTC
8a63677 remove errant print statement 23 September 2013, 16:40:31 UTC
d45d834 apply patch from the email to the list that Arne Brodowski submitted - removes the Python 2.7 only dict comprehension item 23 September 2013, 16:37:25 UTC
16cefb4 Merge pull request #114 from benctamas/master fix GetListTimeline 19 September 2013, 15:39:41 UTC
c3ab8b5 fix GetListTimeline fix condition to enable owner_screen_name based fetching 19 September 2013, 14:08:23 UTC
2dc3172 Merge pull request #113 from jarobins/master Small Changes 10 September 2013, 19:31:29 UTC
f531d34 Fixed Conflict Some lines got added in from I assume the commits I hadn't yet updated to. fixed it. 10 September 2013, 15:39:16 UTC
528c5d9 Update? 10 September 2013, 15:32:36 UTC
4a29e25 Code changes small update on code readability and PEP8 10 September 2013, 15:23:25 UTC
47945bc Import PEP8 change At least I think this is more PEP8. imports and then from blah import thing. 10 September 2013, 15:15:17 UTC
723b2bd Update README.md Added my name. 10 September 2013, 14:56:39 UTC
aa95b29 Merge pull request #110 from jarobins/master Import Cleanup, Documentation, and more... 07 September 2013, 19:39:37 UTC
c1063ac Merge pull request #112 from brodul/timeout Add timeout argument to Api. 07 September 2013, 19:39:14 UTC
efdc28f Add timeout argument to Api. 05 September 2013, 17:12:57 UTC
d28e3bf Removed OAuth2 04 September 2013, 17:08:03 UTC
b0e1c41 Update to inform user Added this update to let the user know that setuptools is not installed and that dependencies will need to be installed manually. 03 September 2013, 15:47:03 UTC
dca9efd Merge pull request #7 from bear/master Update with master 03 September 2013, 15:40:55 UTC
15b802c added GetListMembers() 03 September 2013, 07:38:30 UTC
bce0e7e Documentation Updates Built the first html page using sphinx. Moved some of the readme into the docs. 02 September 2013, 11:17:15 UTC
42e314b Remove OAuth2 import Keeps coming back 02 September 2013, 00:37:45 UTC
d0f977d code cleanup Changed some of the imports. Just importing the methods needed instead of the whole package. 01 September 2013, 19:52:33 UTC
back to top