I am trying to upload videos using the Tweepy Python library, but the official version doesn't currently support it.
That said, there is a side branch created by a contributor that has added the functionality. The branch is ready for merging with the main branch, but there's no ETA. I need to implement this as soon as possible.
How can I merge this PR into my current Tweepy installation (via pip
) so I can use this function?
This is the PR in question: https://github.com/tweepy/tweepy/pull/929