Display youtube-community-tab content from a webserver
- Install youtube-community-tab and download posts with the
--datesoption included. Dates is required to generate timestamps - Make have files be accessible from the webserver's root directory e.g
/var/www/html/fileswhere/var/www/htmlis the root directory. Place each user into a separate folder. - Install packages from
requirements.txt - Set values within
config.pyfor your setup. Set a download mask if you want download buttons for JSON and image files to be present on posts. - Run
generate.pyfrom the repo folder - Point chosen webserver (Apache, NGINX etc) at defined root directory.
- Timestamps from youtube-community-tab
--datesoption appear to be from time of access, which will cause poor sorting on bulk-downloaded post content - Some metrics may not be present in a post json and not yet handled, please make an issue if you experience one
- Making additional files (I.e. not the post json or pictures in the post itself) available via download button does not work correctly