tweet.sh icon indicating copy to clipboard operation
tweet.sh copied to clipboard

Support uploading video files

Open epictetito opened this issue 3 years ago • 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

epictetito avatar Jun 19 '21 22:06 epictetito

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.

piroor avatar Nov 09 '21 06:11 piroor