Commit graph

815 commits

Author SHA1 Message Date
Tushar Bhushan
469432bcf8 - added support for media_category param
- added code to handle empty responses for STATUS calls
2016-09-26 14:22:19 -07:00
Tushar Bhushan
e76a290166 fixed styling issues 2016-09-26 12:51:05 -07:00
Tushar Bhushan
7401adfb64 - Double -> single quotes
- Removed default value from .get()
- Added a check_progress param to upload_video to allow users to decide when to check 'STATUS' calls
2016-09-25 18:03:26 -07:00
Mike Helmick
51be5b7539 Merge pull request #423 from Gageco/patch-1
added get_direct_message example
2016-09-23 09:25:12 -04:00
Mike Helmick
a66268331b Merge pull request #425 from ping/mediaupload_status
Use GET request if the media upload command is STATUS
2016-09-23 09:24:33 -04:00
Mike Helmick
3d3d32f0fc Merge pull request #429 from ping/extended-tweet
Update html_for_tweet to support extended tweets
2016-09-23 09:19:35 -04:00
ping
c57c4bfc34 Update html_for_tweet to support extended tweets 2016-09-20 17:18:21 +08:00
Tushar Bhushan
2c02b622a2 added media_category and support for STATUS calls 2016-09-14 15:35:51 -07:00
Mike Helmick
975095d8d2 Merge pull request #426 from philgyford/bugs/422
Fix upload_video "string argument detected, got 'bytes'" bug.
2016-08-18 11:23:14 -04:00
Phil Gyford
1b20f8f0f9 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
2016-08-17 14:18:59 +01:00
ping
f7ddbcf414 Use GET request if the media upload command is STATUS 2016-06-22 22:20:26 +08:00
Gage Coprivnicar
f91da7cadf 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
2016-06-12 16:42:25 -06:00
Mike Helmick
2faa84629b Merge pull request #415 from philgyford/symbols-in-html-for-tweet
Link $IBM-style symbols in tweets in html_for_tweet()
2016-04-30 05:33:14 -04:00
Mike Helmick
86f878aad8
Fixes #417, update ReadTheDocs TLD in README 2016-04-30 05:31:13 -04:00
Mike Helmick
3f6700373f
3.4.0 release, update version and history 2016-04-30 05:22:26 -04:00
Mike Helmick
6cd13d772e Merge pull request #411 from ping/quoted-status-patch2
Fix issue where is_quote_status is true but there is no quoted_status
2016-04-30 05:14:31 -04:00
Phil Gyford
a1640f4a17 Link $IBM-style symbols in tweets in html_for_tweet()
Fixes #412
2016-04-22 14:22:32 +01:00
ping
99e9cebdc3 Fix issue where is_quote_status is true but there is no quoted_status 2016-03-29 10:44:04 +08:00
Mike Helmick
885051acdc Merge pull request #397 from ping/quoted_status_patch
Fix html_for_tweet for pre-quote implementation
2015-10-12 13:32:52 -04:00
ping
ff4655c314 Fix html_for_tweet for pre-quote implementation tweet html 2015-10-08 11:31:07 +08:00
Mike Helmick
c59de5c1df Merge pull request #396 from akarambir/upload-video-endpoint
Add chunked video upload functionality
2015-10-06 15:29:51 -04:00
Karambir Singh Nain
2cca895079 Add video upload endpoint 2015-09-29 20:57:47 +05:30
Mike Helmick
00d9d6a766 Merge pull request #357 from derek-dchu/master
Remove redundant checking for oauth_token & oauth_token_secret
2015-09-12 07:45:57 -04:00
Mike Helmick
594f02f401 Merge pull request #390 from ping/html-for-tweet-patch-389
Fix html_for_tweet when a hashtag/mention is a substring of another
2015-08-18 11:38:48 -04:00
Mike Helmick
ff6444cb32 Merge pull request #391 from ping/quoted_status_in_html_for_tweet
Add support for quoted_status in html_for_tweet()
2015-08-18 11:37:11 -04:00
ping
62d51c7431 Add support for quoted_status in html_for_tweet() 2015-08-17 14:22:32 +08:00
ping
2ea45abb73 Fix html_for_tweet when a hashtag/mention is a substring of another 2015-08-15 19:43:59 +08:00
Mike Helmick
26ea0f3ae0 Merge pull request #388 from mobolic/fka-wcdolphin
Update Cory Dolphin's Github username in AUTHORS.
2015-08-14 09:53:34 -04:00
Martey Dodoo
4a362a42aa 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
2015-08-13 21:56:46 -04:00
Ethan Baer
0b3df413d8 added urlsplit import for use in api.cursor function 2015-07-31 15:07:25 -05:00
Ethan Baer
a875f270a8 fixed cursor function code to return next pages when funciton iter_mode is 'id' 2015-07-31 15:03:26 -05:00
Mike Helmick
faee7ea3ff Update AUTHORS.rst, Update HISTORY.rst, Update version
[ci skip]
2015-07-18 10:32:30 -04:00
Mike Helmick
34db3a58ad Update README.rst
[ci skip]
2015-07-18 10:11:04 -04:00
Mike Helmick
1905e58ee5 Merge pull request #384 from sinistersnare/master
Have lookup_user GET and not POST
2015-07-15 11:55:40 -04:00
Davis Silverman
dff85ace49 Have lookup_user GET and not POST 2015-07-13 15:20:21 -04:00
Mike Helmick
97771bf15c Merge pull request #382 from 7kfpun/master
Add missing commas
2015-07-13 11:03:35 -04:00
Mike Helmick
b1227f6a03 Merge pull request #383 from davidjb/patch-1
Update advanced example documentation for uploading images
2015-07-13 11:02:02 -04:00
David Beitey
1f3eab6a37 Update uploading image advanced examples
Previously, these examples were using deprecated API endpoints.  This updates the examples accordingly.
2015-07-08 20:26:05 +10:00
kf
e68ba98c8f missing commas 2015-07-07 22:16:42 +08:00
Mike Helmick
35bd233d8a Merge pull request #381 from wjt/patch-1
special_functions.rst: typo: excepts → accepts
2015-06-18 13:23:03 -04:00
Will Thompson
4e6963d8cc special_functions.rst: typo: excepts → accepts 2015-06-17 16:27:31 +01:00
Mike Helmick
2f0508bcdf Merge pull request #376 from Oire/bugs/375
Corrected the docs URL for uploading media
2015-04-08 17:59:00 -04:00
Andre Polykanine A.K.A. Menelion Elensúlë
4c213ea10d Corrected the docs URL for uploading media, fixes #375 2015-04-09 00:55:24 +03:00
Mike Helmick
18e845d00d Merge pull request #367 from jkeenest/master
search_gen in Advanced usage deprecated
2015-03-30 10:02:32 -04:00
Mike Helmick
5187d00d04 Merge pull request #373 from bbertka/master
Added dynamic filtering to streamer
2015-03-30 10:02:06 -04:00
Ben Bertka
6d1c82b594 Fixed indents for dynamic filtering in types.py 2015-03-24 11:36:08 -07:00
Ben Bertka
e0a2dfbbb0 Added dynamic filtering 2015-03-24 11:00:49 -07:00
Mike Helmick
b6602b5475 Merge pull request #370 from floydsoft/patch-1
Update special_functions.rst
2015-02-23 13:25:52 -05:00
floydsoft
c0dae9a63a Update special_functions.rst 2015-02-23 23:13:21 +08:00
Mike Helmick
dbf4283274 Merge pull request #368 from shuuji3/master
Fix a broken link to the document of media_upload.
2015-02-14 23:21:04 -05:00