Skip to content

djds23/element_gen

Repository files navigation

element_gen

Create video slideshows from your favorite twitter feed!

To install it, clone this repo then run pip install -r requirements.txt and pip install -e .

You also must install the font:

http://www.fontspace.com/gnu-freefont/freesans

unfortunately this font is hardcoded to the filepath:

/usr/share/fonts/truetype/freefont/FreeSans.ttf

Looking for a workaround.

This build also requires ffmpeg & all of the moviepy requirements.

usage goes as follows,

from element_gen import TwitterElement

djds23 = TwitterElement('djds23')
djds23.create_slideshow() #create the slideshow!
djds23.clean_up() #delete temporary files

About

Automate the creation of elements with moviepy and PIL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages