0

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

theGreenCabbage
  • 4,987
  • 16
  • 72
  • 158

1 Answers1

0

Use pip's Git installation feature. pip install git+https://github.com/conversocial/tweepy.git@video_upload2