anaconda
anaconda copied to clipboard
Uploading large files
First off, love this project!
It seems that the Upload flow is missing two parts in order to support large/async file uploads.
- Specifying
media_category
in the INIT request - Checking media status (Twitter API Docs). This enables the application to check if the media is processed before attaching to a tweet.
Is there plans to introduce this? I'm happy to submit a PR.
https://github.com/ChimeraCoder/anaconda/pull/211