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

sort by:
Revision Author Date Message Commit Date
c69fc16 Merge pull request #379 from bear/fix/issue378 Update Makefile for use with py27, py35, pypy, pypy3. 14 September 2016, 02:01:47 UTC
7f8d2f0 use versions of python supported by circleci 13 September 2016, 21:39:56 UTC
5b4a010 rollback to pypy5.3 for the ci builds 13 September 2016, 17:28:33 UTC
d11f7d9 upgrade to pypy5.4 & add installs for pypy3-2.4.0 13 September 2016, 17:20:17 UTC
aad1189 Merge pull request #383 from IntegersOfK/google-app-engine Added Google's monkeypatch, disabled caching for now. 03 September 2016, 18:12:43 UTC
fd54732 Trying again to solve this GAE check. 03 September 2016, 14:52:11 UTC
a68a404 Space/tab. 03 September 2016, 07:40:17 UTC
f79ce60 Separated the checks. 03 September 2016, 07:38:10 UTC
e29a414 Trying again to pass test, changed from None to boolean. 03 September 2016, 07:19:21 UTC
293accc Minor PEP8 fix. 03 September 2016, 07:11:57 UTC
85e470a Added additional check. 03 September 2016, 06:59:22 UTC
b822e63 Made check for os.environ existence, now graceful. 03 September 2016, 06:43:27 UTC
d9ce8a5 Update the main README to direct readers to more information on Google App Engine. 02 September 2016, 21:11:51 UTC
090e09c Update Google App Engine readme. 02 September 2016, 20:58:58 UTC
d4678a8 Created a readme for Google App Engine, consolidated related imports and adapters to init function with an environment check. 02 September 2016, 20:40:11 UTC
d88c4af Corrected for PEP8 styling guide. 02 September 2016, 17:23:39 UTC
4ad869d Added Google's monkeypatch so requests will use the appengine urlfetch library. Disabled caching for now because app engine does not work with the existing strategy. 02 September 2016, 16:12:35 UTC
31f9df8 Merge pull request #382 from danielchristopher1/patch-1 Fixed typo in readme 13 August 2016, 21:42:02 UTC
a4fc11a Fixed typo in readme 13 August 2016, 19:53:07 UTC
6cac687 Merge pull request #381 from bear/fix/issue380 Fix failure to set unknown rate limit while sleep_on_rate_limit == False 10 August 2016, 09:26:14 UTC
456b2a9 make change backwards compatible 10 August 2016, 01:22:12 UTC
90733df fix failure to set unknown rate limit while sleep_on_rate_limit == False. closes issue #380 10 August 2016, 01:01:40 UTC
efc9fb4 fix lint and add tests re VerifyCredentials with include_email 05 August 2016, 10:45:55 UTC
5c41181 Merge pull request #376 from jquacinella/master Adding params to VerifyCredentials to allow gettign emails from users if possible 05 August 2016, 10:26:47 UTC
5884ece additionally check to make sure system is "Linux" 05 August 2016, 01:45:27 UTC
6427dc0 update makefile for use with pypy and 64 bit linux. 05 August 2016, 01:11:54 UTC
6106a3b Merge pull request #377 from bear/update-ci-environment update tox environment and tweak Makefile and circle.yml file 03 August 2016, 04:57:50 UTC
a746465 add pycodestyle to testing requirements file 02 August 2016, 23:07:43 UTC
4ba4572 update some of the docs to reflect latest tox and pyenv changes 02 August 2016, 17:29:48 UTC
af290e2 work around pycodestyle bug due to package name change until they fix it 01 August 2016, 18:02:30 UTC
f4a58e0 hmm, this should be working... blech 01 August 2016, 15:24:10 UTC
a74fb9f implement changes suggested by @jeremylow and also move ignore list to setup.cfg 01 August 2016, 15:07:44 UTC
4eb67c9 remove pycodestyle until I can figure out what I'm doing wrong 01 August 2016, 07:22:05 UTC
af77d1d remove tox environment var from Makefile tox target 01 August 2016, 07:10:56 UTC
1430bcb update tox environment and tweak Makefile and circle.yml file 01 August 2016, 07:04:47 UTC
714cfe0 Fix as per Jeremy's request 31 July 2016, 23:39:37 UTC
8d4d2d2 Merge remote-tracking branch 'upstream/master' Conflicts: twitter/api.py twitter/user.py 31 July 2016, 22:20:03 UTC
2f222c7 Merge pull request #375 from bear/fix/issue374 tweet_volume not being populated for Trend objects 29 July 2016, 22:29:08 UTC
138ca2e add test for trend.volume property 29 July 2016, 21:42:33 UTC
43afa69 adds volume property to Trend objects for backwards compatibility 29 July 2016, 21:33:50 UTC
66766c2 fix issue 374 where tweet_volume data was not being populated on Trend instantiation 29 July 2016, 21:26:30 UTC
99e0cff Merge pull request #372 from bmw1821/patch-1 Added support for Quicktime (.mov) media uploads. 24 July 2016, 18:47:13 UTC
d2e79ea Update twitter_utils.py 24 July 2016, 18:40:41 UTC
2c9511e Added support for Quicktime (.mov) media uploads. 24 July 2016, 02:42:41 UTC
e97d4e0 pad time.sleep when sleeping for rate limit 22 July 2016, 00:10:48 UTC
7fafaf2 Merge branch 'fix/issue358' 16 July 2016, 12:33:23 UTC
82304af fix issue 358 -- set rate limit endpoints even if api.sleep_on_rate_limit is False 16 July 2016, 01:44:18 UTC
2e791f4 Merge pull request #367 from bear/update-requirements update requirement files to remove versions 13 July 2016, 11:09:55 UTC
e05b8f8 tweak CI to run new Makefile target; add codecov token to .gitignore 13 July 2016, 11:07:16 UTC
6aa5736 update requirement files to remove versions 13 July 2016, 10:58:51 UTC
456d04e add dependency.io badge 13 July 2016, 09:15:26 UTC
3a3cabf Merge pull request #366 from bear/issue362 fixes issue #362 add entry to requirements.testing.txt for six module… 12 July 2016, 10:22:23 UTC
f470040 fixes issue #362 add entry to requirements.testing.txt for six module (mock dependency) 12 July 2016, 10:18:37 UTC
6d6d0c5 quick fix to have data set to none for Issue #363 11 July 2016, 21:01:25 UTC
c124197 lint fixes 11 July 2016, 20:42:42 UTC
3a48104 Merge pull request #364 from bear/Issue_363 start on fix for Issue #363 11 July 2016, 20:30:04 UTC
ba3ebd4 remove 'else' raise in handling 401 response 11 July 2016, 20:27:00 UTC
6c41fac add explicity try/except for json decoding so we can capture Auth errors which Twitter oh so helpfully returns as HTML 11 July 2016, 17:53:07 UTC
ffa39d6 Merge pull request #360 from bear/fix/issue357 Add sizes attribute to twitter.Media objects 11 July 2016, 01:55:10 UTC
5f6400e Merge pull request #361 from zetasyanthis/bugfix/negative_sleep Bugfix/negative sleep 11 July 2016, 01:54:10 UTC
40aa895 Actually, we need max... 10 July 2016, 22:03:56 UTC
d80b469 Prevent negative values from kicking out an IOError on sleep. 10 July 2016, 21:59:43 UTC
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
6538bb8 added missing comma in example 13 May 2016, 00:57:11 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
back to top