Renders quotes from a api into a playable video.
- Fetchs
quotefromBASE_URLusing a random endpoint defined inENDPOINTS - Renders the
quoteonto a randomly choosen image fromTEMPLATE_IMAGESwithPIL - Selects an audio file + data randomly from
AUDIO_DATA - Initiate the rendering process with either
ffmpegormoviepy - Tries to upload the rendered video to the ig account configured in
Uploader(./upload.py)
Check out ./consts.py