-
Merge pull request #428 from tushdante/tushdante-video-upload
added media_category and support for STATUS calls
-
- added support for media_category param
- added code to handle empty responses for STATUS calls
-
Tushar Bhushan committed
Sep 26, 2016 -
- Removed default value from .get() - Added a check_progress param to upload_video to allow users to decide when to check 'STATUS' calls
-
Merge pull request #423 from Gageco/patch-1
added get_direct_message example
-
Merge pull request #425 from ping/mediaupload_status
Use GET request if the media upload command is STATUS
-
Merge pull request #429 from ping/extended-tweet
Update html_for_tweet to support extended tweets
-
Merge pull request #426 from philgyford/bugs/422
Fix upload_video "string argument detected, got 'bytes'" bug.
-
Fix upload_video "string argument detected, got 'bytes'" bug.
Needed to use BytesIO instead of StringIO when uploading video to Twitter. Tested with python 2.6.9, 2.7.11, 3.3.6, 3.5.1. fixes #422
-
added get_direct_message example
added a get_direct_message example hope this is helpful. I spent a lot of time trying to figure it out and figured I could help others with the same problem
-
Merge pull request #415 from philgyford/symbols-in-html-for-tweet
Link $IBM-style symbols in tweets in html_for_tweet()
-
This commit was signed with a verified signature.
michaelhelmick Mike Helmick
GPG key ID: 29E8ABD2DD467ABE Learn about signing commits -
This commit was signed with a verified signature.
michaelhelmick Mike Helmick
GPG key ID: 29E8ABD2DD467ABE Learn about signing commits -
Merge pull request #411 from ping/quoted-status-patch2
Fix issue where is_quote_status is true but there is no quoted_status
-
Merge pull request #397 from ping/quoted_status_patch
Fix html_for_tweet for pre-quote implementation
-
Merge pull request #396 from akarambir/upload-video-endpoint
Add chunked video upload functionality
-
Merge pull request #357 from derek-dchu/master
Remove redundant checking for oauth_token & oauth_token_secret
-
Merge pull request #390 from ping/html-for-tweet-patch-389
Fix html_for_tweet when a hashtag/mention is a substring of another
-
Merge pull request #391 from ping/quoted_status_in_html_for_tweet
Add support for quoted_status in html_for_tweet()
-
Merge pull request #388 from mobolic/fka-wcdolphin
Update Cory Dolphin's Github username in AUTHORS.
-
Update Cory Dolphin's Github username in AUTHORS.
Cory Dolphin changed Github usernames from "wcdolphin" to "corydolphin". Github does not automatically redirect profile links when you change usernames so his link in the AUTHORS file went to a 404. https://help.github.com/articles/what-happens-when-i-change-my-username/#changes-that-arent-automatic
-
Update AUTHORS.rst, Update HISTORY.rst, Update version
[ci skip]
michaelhelmick committedJul 18, 2015
-
Merge pull request #384 from sinistersnare/master
Have lookup_user GET and not POST