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

sort by:
Revision Author Date Message Commit Date
ad1f020 add sizes attribute to media objects 10 July 2016, 20:51:36 UTC
91f0be2 Merge pull request #356 from bear/fix/issue355 Fix for Issue 355 25 June 2016, 11:22:40 UTC
f18bc21 rename category.Slug to category.slug in GetUserSuggestion & add tests for same 25 June 2016, 00:02:32 UTC
a5cac95 Merge pull request #353 from ydatech/master Passing None media_type 17 June 2016, 06:45:26 UTC
a011675 Passing None media_type 16 June 2016, 06:10:04 UTC
9612896 Merge pull request #351 from roboxv/master Missing field "following" added to User model 15 June 2016, 19:20:33 UTC
937b67f Missing field "following" added to User model 15 June 2016, 11:09:28 UTC
0106628 Merge pull request #349 from alexshepard/patch-1 add missing comma to example code 03 June 2016, 17:52:01 UTC
ed4f6a9 add missing comma to example code 03 June 2016, 17:38:41 UTC
44dd464 Merge pull request #347 from bear/fix/issue345 Fix/issue345- chunked media/py27 support 02 June 2016, 01:13:25 UTC
2da7b45 fixes int is not iterable error in PostUpdate() 01 June 2016, 18:01:33 UTC
966ec66 fix file location for test gif 01 June 2016, 17:47:41 UTC
1832dd7 fix python27 issue with str decoding 01 June 2016, 17:46:14 UTC
8152da4 let circle detect versions required 26 May 2016, 06:58:27 UTC
e8dd87d tweak Makefile and circle.yml 26 May 2016, 06:54:10 UTC
3de464a add marker to docs/changelog.rst; update requirements files; tweak Makefile 26 May 2016, 06:32:32 UTC
da7905e Merge pull request #339 from bear/docs/v3.1_release v3.1 Release Documentation 26 May 2016, 00:43:52 UTC
6206f5e updates docs for muting users to be included in 3.1 release 25 May 2016, 17:45:52 UTC
86a77fb bumps version 25 May 2016, 11:29:28 UTC
64d7486 adds & updates docs for 3.1 release 25 May 2016, 11:29:28 UTC
94f4dd1 Merge pull request #337 from bear/feature/blocks_mutes Add Support For Muting 25 May 2016, 11:25:01 UTC
ef8d233 adds tests & testdata for block and mute functions 24 May 2016, 11:46:27 UTC
137a175 fixes error in GetMutesIDsPaged where the wrong params were being referenced 24 May 2016, 11:20:46 UTC
9fb473e fixes key error when reading JSON from ids v. list endpoints 23 May 2016, 11:48:59 UTC
f3a16fa adds support for mutes, refactors blocks functions 23 May 2016, 11:40:14 UTC
c5e37b1 Merge pull request #319 from bear/alt-text_issue-316 Alt text - work for issue 316 17 May 2016, 02:31:50 UTC
824461e add test for ext_alt param on media returned from GetStatus 10 May 2016, 10:25:03 UTC
606d148 adds tests for PostMediaMetadata 10 May 2016, 10:08:19 UTC
6862d9c fixes up PostMediaMetadata method when posting json data, _RequestURL mangles the payload causing a 400 error from twitter. to fix: allow posting a json payload through _RequestURL by passing it off to requests.post via the json parameter rather than the data parameter. 10 May 2016, 10:08:19 UTC
7e6d53b Merge pull request #334 from bear/fixes/update_examples Update examples 09 May 2016, 00:44:14 UTC
a3348db Merge pull request #333 from bear/fixes/issue298 Removes shortner param from API per #298 08 May 2016, 13:30:23 UTC
e07d4d4 fix lint 08 May 2016, 13:28:59 UTC
095a41a update examples 08 May 2016, 13:28:49 UTC
0028528 updates get_access_token & examples for python 3 07 May 2016, 13:22:38 UTC
c6d31ff rebase off master 07 May 2016, 12:53:05 UTC
311c6bf Merge pull request #332 from bear/fix/issue331 Removes relative dates for Status object per issue #331 06 May 2016, 10:57:07 UTC
82ad4fb removes relative dates for Status object per issue #331 05 May 2016, 23:53:08 UTC
09f181e update return type for twitter.models.Status.created_at_in_seconds to be int instead of str 03 May 2016, 00:53:18 UTC
167c34a Merge pull request #330 from bear/unicode_support Unicode support 03 May 2016, 00:42:53 UTC
c2f5c7a update inline docs re: _EncodeParameters 02 May 2016, 10:33:56 UTC
df5f3e8 Better unicode support across API. Model repr functions should work for py27 (using backslash escaped strings in JSON representation and in __repr__ methods). Also fixed an issue with API not encoding parameters properly for building URLs. 02 May 2016, 10:29:14 UTC
09858bf Merge pull request #328 from bydeath/fix_issure_327 Fix issue #327 29 April 2016, 21:19:36 UTC
240dd00 remove the file pushed in last wrong push 29 April 2016, 15:04:42 UTC
53f2e31 modified the code of the function _Encode(self,s) at line 4373 in twitter/api.py to fix the TypeError discribed in issure 327, after modified, the TypeError doesn't apear 29 April 2016, 14:43:53 UTC
4480ea9 Merge pull request #325 from bear/fix/badges Fix Badge URLs for CircleCI and ReadtheDocs 28 April 2016, 03:15:09 UTC
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
d2eb76c fix lint 08 April 2016, 03:40:42 UTC
c08ef24 add PostMediaMetadata endpoint 08 April 2016, 03:40:01 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
back to top