Add chunked video upload functionality #396
No reviewers
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#396
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "upload-video-endpoint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a simple implementation of twitter's chunked media upload api. Following points need to be noted:
upload_media..seekto calculate size of media file if not given.StringIOashelpers._transparent_paramsis checking forreadattribute on file contents.Please let me know what you guys think.
I also had to change something in
api.pyas twitter returns 204 No Content for append callsThis look good, thanks!
When will this update be on PyPI?
@djedi Sorry, been a bit busy. I'll do a release this week!
👍