问题 Hey I'd like to tweet a mp4 file generated using ffmpeg to twitter. However it seems that there's no real native way to do this with the official tweepy. When tried with the api.update_with_media(filename, message) method, you'll get an error, unsupported file 'video/mp4' So first I saw a discussion where this github project was linked: Github link But after testing out the code, the app crashs after the first INIT phase. So next I saw this: Github pull request thread And on that thread it