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

sort by:
Revision Author Date Message Commit Date
6f48318 collection entries 01 October 2015, 19:30:32 UTC
d023838 GetList 28 August 2015, 03:35:05 UTC
64878a7 comments on access 01 July 2015, 20:55:02 UTC
d83209a renaming of custom timelines to collections 01 July 2015, 20:43:31 UTC
b8e0440 twitter api timelines 04 May 2014, 04:25:40 UTC
822e90d initial copy of timelines 03 May 2014, 07:32:52 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
a741277 Merge pull request #108 from jarobins/master More Class Updates 01 September 2013, 03:30:54 UTC
fb99d5a fixed typo too much indentation 01 September 2013, 03:07:25 UTC
d9be637 List Class parameter update shortened up the class parameter section 31 August 2013, 22:19:55 UTC
84d4a8e Typo Fix 31 August 2013, 03:14:24 UTC
cbd8c41 Updated User Class Updated the user class parameters to a smaller footprint 31 August 2013, 02:52:42 UTC
ac0bb7d Merge pull request #107 from jarobins/master Status Class parameter cleanup 30 August 2013, 21:39:24 UTC
e21e7a0 Status Class parameter cleanup So I looked into classes with a massive number of parameters and found this little bit of code. Makes api changes a bit easier to manage. Thinking about doing the other classes in the same fashion. 30 August 2013, 20:54:12 UTC
47a8def Merge pull request #106 from jarobins/master Getting rid of OAuth2... Again... 30 August 2013, 20:15:47 UTC
71abc34 Getting rid of OAuth2... Replacing OAuth2 with requests_oauthlib. 30 August 2013, 19:41:07 UTC
37818b1 Merge pull request #6 from bear/master merge 30 August 2013, 19:29:57 UTC
227de78 Merge pull request #105 from jarobins/docs New Docs based off sphinx 30 August 2013, 18:49:54 UTC
69bdb01 Revert "Complete removal of OAuth2" This reverts commit 45862425178b8c43a4076096f6a519e09c949db0. 30 August 2013, 18:40:30 UTC
ec20e5e New sphinx documentation Files created from the sphinx auto start. 30 August 2013, 18:39:16 UTC
4586242 Complete removal of OAuth2 Removed OAuth2 and replaced with requests_oauthlib. 30 August 2013, 18:22:37 UTC
c384a77 fixed problems with GetListTimeline() for Issue 103 30 August 2013, 07:20:09 UTC
b5215f9 Merge pull request #102 from jarobins/safe Twitter Streaming Initial code 29 August 2013, 19:59:01 UTC
652938d Update to GetSteamSample yielding the data instead of printing it. 29 August 2013, 19:51:31 UTC
19c9b9d Base code for Streaming support Added a function and some other small changes to help support the addition of streaming data. 29 August 2013, 19:41:25 UTC
5917c29 Merge pull request #101 from jarobins/safe GetRetweeters Function 29 August 2013, 19:38:52 UTC
e6590db Finished adding GetRetweeters #97 Finished adding the GetRetweeters function for API class. 29 August 2013, 19:03:02 UTC
back to top