This is a Python application to create and upload videos to YouTube automatically from a search term entered by the user. See the videos generated by video-pymaker on our official YouTube channel.
To run this application, the following installations are required:
- Python 3.8.1 (or higher)
- ImageMagick 6.9.10-92 (or higher): used by the Wand for image editing
In addition, you must create an Algorithmia account, an IBM Cloud account and a Google Cloud account, as the services used by this application are available on these platforms.
For more information on configuring these APIs, please visit this link (in Portuguese) and/or visit the official pages for each service (links available in the Built With section).
- Wikipedia Parser via Algorithmia
- NLTK
- IBM Watson Natural Language Understanding
- Google Custom Search Engine
- Wand
- MoviePy
- YouTube Data API v3
Version 1.0 - Initial Version
@limacaiquelg |
---|
This application is inspired by the incredible video-maker project developed by @filipedeschamps. Thank you so much Filipe for the learning opportunity!