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

sort by:
Revision Author Date Message Commit Date
ea77ccc fix badge URLs for CircleCI and ReadtheDocs 28 April 2016, 03:08:21 UTC
8ba6839 Merge pull request #324 from chuckoy/update-readthedocs-references Update all readthedocs.org to readthedocs.io 28 April 2016, 02:41:52 UTC
3005ef7 Update all readthedocs.org to readthedocs.io Fix for issue #323. I pulled from master and typed `grep -r readthedocs.org *`. It returned 7 results and I changed all 7 of those to readthedocs.io. 28 April 2016, 00:50:32 UTC
006d6ab Merge pull request #321 from bear/fixes/issue320 Fix for Issue 320 re Rate Limit 12 April 2016, 23:55:39 UTC
2d8e2f7 Merge pull request #318 from bear/issue-317 Implement Incoming, Outgoing and Show Friendship for Issue #317 12 April 2016, 23:51:48 UTC
67575e0 fixes rate limit error for /statuses/show/:id and /users/show endpoint 12 April 2016, 22:47:06 UTC
2d6615f fix lint errors 08 April 2016, 03:04:49 UTC
073589f implement Incoming, Outgoing and Show Friendship calls 08 April 2016, 03:00:27 UTC
bd7e6af Merge pull request #314 from bear/kwargs-consistency Consistency in keyword arguments for "id" parameters 28 March 2016, 12:59:17 UTC
7968856 deletes .spec file - closes issue #310 27 March 2016, 23:25:27 UTC
7dcdf61 changes postretweet & destroyblock to use status_id and user_id, respectively 27 March 2016, 23:17:41 UTC
2870359 fix up a few more "id" params & add documentation for same. 27 March 2016, 22:54:34 UTC
4428fb0 adds "docs" target to makefile 24 March 2016, 01:09:04 UTC
86142a3 adds documentation re change to "id" kwargs 24 March 2016, 01:09:04 UTC
b774d18 fix up "id" kwargs. "status_id" is more common within the api, but there are a couple methods that use "id" to spec the same thing, which is confusing and inconsistent. "woeid" avoids shadowing a builtin, but is also more expressive. 24 March 2016, 01:08:57 UTC
19e59b9 Merge pull request #313 from meyersj/master Fix documentation for order of bbox coordinates 23 March 2016, 18:14:40 UTC
3510472 Fix documentation for order of bbox coordinates When passing coordinates to `api.GetStreamFilter` the locations parameter should specify coordinates as Longitude,Latitude pairs instead of Latitude,Longitude 23 March 2016, 18:00:41 UTC
6dc4555 Merge pull request #312 from bear/models-pr Combining Models With Inheritence 22 March 2016, 23:53:10 UTC
568e6b8 update badges 22 March 2016, 03:35:21 UTC
c9a365c add a requirements file for doc generation 22 March 2016, 03:27:03 UTC
b8aee02 Merge pull request #309 from bear/docs-config-two Documentation update 21 March 2016, 02:01:24 UTC
2e692ec revise docs per PR #308 20 March 2016, 18:01:57 UTC
4302c59 merge cherry pick 20 March 2016, 17:32:15 UTC
104749a deletes built documentation 20 March 2016, 17:30:20 UTC
3ca425b updates README 20 March 2016, 17:29:21 UTC
420d609 adds documentation for contributing and rate limits 20 March 2016, 17:28:40 UTC
3133f1b flake8 cleanup 20 March 2016, 17:08:17 UTC
95dc63d adds doc strings for base model functions 20 March 2016, 01:58:51 UTC
7e7dee8 adds examples in doc for AsDict method 20 March 2016, 01:58:51 UTC
33515d9 changes Status.NewFromJsonDict to class method to allow for proper subclassing 20 March 2016, 01:58:42 UTC
f85e4f2 simplifies instance checking for iterators, cleans up naming and docs for models. 20 March 2016, 01:52:54 UTC
faa3ff6 test for issue #231 20 March 2016, 01:51:45 UTC
2eb5165 removes old class files 20 March 2016, 01:51:40 UTC
fcecde0 updates tests for changes to repr functions 20 March 2016, 01:51:36 UTC
724fafb Cleans up AsDict construct to deal with subobjects and Status NewFromJson method 20 March 2016, 01:51:33 UTC
6b9220b adds tests and data for new-style models 20 March 2016, 01:51:29 UTC
484695f partial work on creation of models - isinstance(value) should be getattr() 20 March 2016, 01:51:25 UTC
73f07a8 moves twitter.Status to models, inherits from TwitterModel, reworks tests for properties 20 March 2016, 01:51:21 UTC
169218b update for twitter.UserStatus object to include connections 20 March 2016, 01:51:14 UTC
0e44e76 updates Trend objects to reflect info avail from twitter. 20 March 2016, 01:51:09 UTC
9ed8e27 adds __repr__ method for all models and fixes constructor for List objects 20 March 2016, 01:51:05 UTC
22e3ffe first pass at unified models 20 March 2016, 01:50:51 UTC
80b747b Merge pull request #308 from bear/circleci-and-update-setup-environment setup environment to be more modern; tweak Makefile; convert to CircleCI 17 March 2016, 22:30:15 UTC
e09469b use the testing requirements file from jeremy's work 16 March 2016, 22:36:43 UTC
095eac1 lint fixes 16 March 2016, 22:29:37 UTC
689cca6 build trigger 16 March 2016, 22:23:48 UTC
57f1a3c merge master 16 March 2016, 21:58:52 UTC
91d425d make pytest ignore venv directory which is present in circleci by default 16 March 2016, 03:36:23 UTC
844bfae remove apikey.py and it's import from the api tests - use environment vars instead 16 March 2016, 03:35:39 UTC
4881ce0 add an info target; adjust circle config to force pip upgrade and to run info target before tests 16 March 2016, 03:06:52 UTC
9905273 and.... make sure you use the new makefile targets.... 16 March 2016, 03:00:30 UTC
9a90658 fix cut-n-paste glitch in circle config 16 March 2016, 02:58:42 UTC
91e652c setup environment to be more modern; tweak Makefile; convert to CircleCI 16 March 2016, 02:56:46 UTC
b49b103 Merge pull request #301 from bear/feature/docs Documentation Updates 19 February 2016, 19:44:18 UTC
51afad9 updates examples/shorten_url.py per issue #298 18 February 2016, 11:58:14 UTC
63a897b adds streaming example for tracking user mentions 18 February 2016, 11:17:11 UTC
181549a adds getting started guide 18 February 2016, 11:17:11 UTC
940502d adds module documentation to index since there is so much inline doc 18 February 2016, 11:17:11 UTC
bcff1c2 Merge pull request #300 from bear/fixes/streaming_decode_error fixes content.decode errors for streaming endpoints 18 February 2016, 06:36:27 UTC
ef777b1 fixes content.decode errors for streaming endpoints 18 February 2016, 01:38:20 UTC
5dc2acd Merge pull request #299 from bear/feature/ratelimiting Updates to Rate Limi Handling 18 February 2016, 00:48:16 UTC
9dc5492 removes check on reset time. The idea is that if you are making a call to, say, ``/statuses/lookup.json`` and the limit information is stale, i.e., limit.reset is in the past, then you should make another call to ``/application/rate_limit_status.json`` to get your new limits and reset. That said, this could result in a lot of hits to *that* endpoint, thereby rate limiting your application on the ``/application/rate_limit_status.json`` endpoint and causing unnecessary sleeps for the API. Worst case scenario is that your application calls a bunch of different methods hitting a bunch of different endpoints and you end up making a ton of checks on rate_limit_status.json and, since ``Api.InitializeRateLimit()`` does not abide by rate limits, you could get blacklisted. 17 February 2016, 02:54:43 UTC
c5d66cf removes old GetRateLimitStatus method, fixes typos, adds tests for setting rate_limit object 17 February 2016, 00:22:46 UTC
c84c3ca remove old ratelimiting functions 17 February 2016, 00:00:21 UTC
00a9d3b reworks rate limiting, adds tests for same, inline docs 16 February 2016, 23:59:43 UTC
139f251 Merge pull request #297 from bear/feature/friendship_update Update to LookupFriendship 13 February 2016, 14:59:21 UTC
d239858 updates __eq__ check for muting/blocking/following received & requested 11 February 2016, 23:07:51 UTC
b96b007 adds migration docs for changes to LookupFriendship 11 February 2016, 22:37:10 UTC
a19786e reworks LookupFriendship to accept list, int, str for user_id, screen_name params; removes users param; adds tests and data for method 11 February 2016, 22:35:25 UTC
89ad4c2 adds following_received, following_requested, muting, and blocking params for UserStatus 11 February 2016, 22:30:20 UTC
349b16b Merge pull request #296 from bear/fixes/issue232 Fix for issue #232 in GetSearch() geocode 10 February 2016, 23:07:30 UTC
a2c9e2e Merge pull request #290 from andkon/master Made LookupFriendship accept multiple users 10 February 2016, 21:51:36 UTC
30b4449 fixes issue #232 : in GetSearch() geocode can be either a string like "37.781157,-122.398720,1mi" or a list/tuple such as [37.781157,-122.398720,"1mi"]. Inline documentation updated to reflect change. All tests passing & should not break old behavior 10 February 2016, 11:30:34 UTC
9206c7d Merge pull request #295 from bear/fixes/issue294 Updates to PostMedia & Associated Methods - Fixes issue #294. 09 February 2016, 23:21:45 UTC
4dcd279 fixes issue #294. Errors were from the way that http requests were handled with urllib2.urlopen, which returns a not-really-file like object (as opposed to the python3 version, which does). Additionally, there were some issues with how media_ids was joined into a string for posting in PostUpdate; those have been fixed. Tests have been added for most of these features with the exception of PostUpdate with http because of the way responses/mock works with a streaming URL. 09 February 2016, 12:22:10 UTC
2e952ff Merge pull request #291 from bear/tests_lists Adds Tests for Various Lists Functions 31 January 2016, 19:26:55 UTC
76f61c2 adds tests for Create/DestroyListsMember() methods 30 January 2016, 22:13:07 UTC
3e1976b rewrites tests for GetListsMembers/Paged 30 January 2016, 17:48:40 UTC
b4c4ef3 adds tests for GetSubscriptions and GetMemberships 30 January 2016, 15:31:52 UTC
1530b9a Merge pull request #289 from nikolas/patch-1 make print examples in README python3-compatible 30 January 2016, 14:53:01 UTC
3515656 adds tests and data for ShowSubscription 30 January 2016, 12:30:41 UTC
afc5490 Forgot to check for users parameter 30 January 2016, 09:36:24 UTC
745af6d Added users parameter to LookupFriendship 30 January 2016, 09:34:03 UTC
90eace0 Made LookupFriendship closer in style to UsersLookup 30 January 2016, 09:13:04 UTC
fa6a14d Style changes 30 January 2016, 08:19:47 UTC
dca4ac8 Added multiple account lookups to LookupFriendship 30 January 2016, 08:09:19 UTC
5fe6d21 make print examples in README python3-compatible 30 January 2016, 04:41:17 UTC
b638aa0 adds test for DestroySubscription 30 January 2016, 01:59:01 UTC
7d8c92c adds tests for CreateSubscription 30 January 2016, 01:58:41 UTC
0f81c13 adds function for IDing a List and updates all List-based functions with same 30 January 2016, 01:50:41 UTC
c845c1b adds tests for and updates DestroyList 30 January 2016, 01:34:18 UTC
d3dc36b adds testdata for CreateList 30 January 2016, 01:20:08 UTC
133e31a adds GetListMembersPaged method 30 January 2016, 01:19:44 UTC
244647a adds tests for CreateList 30 January 2016, 01:19:00 UTC
2d51d13 adds docs for GetListMembersPages & changes re GetListMembers 30 January 2016, 01:18:41 UTC
42a7653 adds tests for GetListTimeline 29 January 2016, 23:37:34 UTC
c53fada alphabetize migration guide 29 January 2016, 22:57:37 UTC
c879c8c updates inline doc strings & fixes list join error in Create/DestroyMembership 29 January 2016, 22:35:00 UTC
332baaf docs now link to source + info re GetListsPaged 29 January 2016, 12:04:21 UTC
ea42444 intermediate work on Api.*Lists*() methods with fixes for decoding/long py3 errors 29 January 2016, 12:03:06 UTC
back to top