Open pthieu opened 6 years ago
@ttezel thanks for the great library!
And thanks @pthieu for raising this,
+1 @ttezel let me know is there's something we can help with in implementing this.
@pietrop: I have a PR here https://github.com/ttezel/twit/issues/465
ah, that's great! thanks @pthieu, fingers crossed @ttezel does not have strong objections, it seems like a pretty straightforward change :)
Looking up the API specs: https://developer.twitter.com/en/docs/media/upload-media/uploading-media/media-best-practices.html
It states:
According to https://github.com/ttezel/twit/blob/master/lib/file_uploader.js#L6, Twit is limiting to 15mb.
Wondering if I'm just looking at the wrong file, but I'd like to use
T.postMediaChunked
to tweet videos as high as 512mb/140s.Can @ttezel or anyone advise on a solution?