piroor/tweet.sh

Support uploading video files

Opened this issue · 1 comments

I can upload a photo with text, but I am not able to do the same to upload a video with text

any ideas?

Thanks

After a research I've realized that the depending API https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload accepts only image files, and we need to use another API https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/uploading-media/chunked-media-upload to upload video files. Currently tweet.sh doesn't support the latter API, thus you need to use twurl or other commands. Sorry.