NO LONGER WORKS DUE TO CHANGES IN TWITTER'S END.
Generates a video from a tweet, tweet thread or multiple tweets, inspired by RedditVideoMakerBot.
You need ffmpeg
installed and added to your path beforehand, on Windows, the install_deps.py
script will do it for you, on macOS, install ffmpeg
using homebrew.
To install all dependencies automatically, just run the install_deps.py
script.
python install_deps.py
Simply run the app.py
file and a window will appear, from where you can open the web ui, you can skip the login part by simply clicking on the login button.
python app.py
This program is distributed under the GPLv3 License. For more information, see the LICENSE file.