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

sort by:
Revision Author Date Message Commit Date
429d3cb remove flake8 since moving to pycodestyle 20 October 2016, 22:21:43 UTC
e6527f2 update version 20 October 2016, 22:21:38 UTC
d81e85b add attachment URL param to PostUpdate 20 October 2016, 22:13:13 UTC
0180e27 update URL checking regex. Some of the URLs acknowledged by Twitter are not counted, most are. Some that Twitter says are not URLs, count as URLs. It is not perfect, but it covers a number of use cases. See tests/test_url_regex.py - the commented out URLs are the edge cases that are not addressed. 20 October 2016, 22:11:31 UTC
77a9483 fix lint 20 October 2016, 00:10:40 UTC
8c40d83 update makefile with pycodestyle and reduce max line length 20 October 2016, 00:08:24 UTC
1999aed fix lint 06 October 2016, 09:56:58 UTC
594f9b4 add back in corrected tests for new tweet_mode param 05 October 2016, 10:49:15 UTC
50b94a1 update PostUpdate with exclude_reply_user_ids 04 October 2016, 01:16:25 UTC
961257f remove parse tweet code from file cache 03 October 2016, 11:24:19 UTC
8e01f16 fix lint 03 October 2016, 11:24:19 UTC
5f1cc0f add edge case for error handling re 6c41fac 03 October 2016, 11:24:19 UTC
2be0b5e add tests for tweet changes 03 October 2016, 11:24:19 UTC
2506bc4 add basic support for tweet changes 03 October 2016, 11:24:19 UTC
87e1976 comment out tests that will be broken by changes 03 October 2016, 11:24:19 UTC
479b837 adds documentation re: changes to tweet character counting. This is basically just a distillation of what is on twitter documentation, but consdensed so it is easier to read/reference when building out the changes. 03 October 2016, 11:24:19 UTC
d3eb170 Merge pull request #389 from bear/fix/issue388 Add support for non-ascii filenames in UploadMediaChunked 22 September 2016, 09:13:50 UTC
7facf56 add support for non-ascii filenames in UploadMediaChunked 22 September 2016, 02:00:31 UTC
7126f2b Merge pull request #386 from bear/feature/UpdateBackgroundImage_deprecation Add Descriptive Deprecations 16 September 2016, 17:27:48 UTC
98a943f fix codestyle 16 September 2016, 10:40:50 UTC
c818d1f update docs re deprecation warnings 16 September 2016, 10:40:01 UTC
aed90e4 deprecate UpdateBackgroundImage and convert DeprecationWarnings to version specifc warnings 16 September 2016, 10:22:17 UTC
3f4e3e3 add PythonTwitterDeprecation[version] warnings 16 September 2016, 10:21:26 UTC
3f99eaf Merge pull request #385 from bear/unit_tests Add More Unit Tests 15 September 2016, 22:14:35 UTC
88e8253 fix makefile to run coverage again 15 September 2016, 17:19:43 UTC
d3b5581 add tests for Post & DestroyDirectMessage, ShowFriendship 15 September 2016, 10:34:19 UTC
3aa6110 add tests for retweets, usertimeline + params, destroy status 15 September 2016, 10:26:09 UTC
0aabee0 Merge pull request #384 from bear/fix/issue344 Add User object to DMs per Issue #344 14 September 2016, 15:41:30 UTC
d60147b update documentation and changelog 14 September 2016, 11:49:31 UTC
53ac36b add full user data to direct message object for recipient attribute 14 September 2016, 11:01:31 UTC
5738f71 add full user data to direct message object for sender attribute 14 September 2016, 11:01:31 UTC
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
back to top