marco97pa / Blackpink-Data

A Twitter bot that posts updates, pics, stats and news about BLACKPINK.
https://twitter.com/data_blackpink
MIT License
33 stars 13 forks source link

[Tweet] Video support #12

Closed marco97pa closed 3 years ago

marco97pa commented 3 years ago

Video upload is still an issue since it is still unsupported by Tweepy.

It is expected to be added in the next major release of Tweepy (4.0)

The actual code implementation of the script seems future-proof and could work out of the box by updating the library.

For more info see: https://github.com/tweepy/tweepy/pull/1486

dhhruv commented 3 years ago

Maybe we can upload video without Tweepy. There are other methods..

marco97pa commented 3 years ago

Maybe we can upload video without Tweepy. There are other methods..

Can you suggest me the best method to upload a video to Twitter with Python?

dhhruv commented 3 years ago

You can check this link for more clarity on uploading large media (video / GIF / image) files asynchronously with the Twitter API, via the "chunked upload" method.