Aggregates youtube channels, from the youtube JSON api.
1.2K
A simple Django application for aggregating youtube channels.
A running example is available here: https://ut.dhedegaard.dk/
$ virtualenv venv && source venv/bin/activaterequirements.txt and requirements-dev.txt by:$ pip install -r requirements.txt -r requirements-dev.txtsettings.py and set the YOUTUBE_API_KEY to something valid.
$ python manage.py migrate$ python manage.py createsuperuser$ python manage.py runserverupdate_channels job periodically, to fetch new youtube videos:$ python manage.py update_channelsThe usual:
DEBUG in settings.update_channels job to your crontab.Content type
Image
Digest
Size
335.7 MB
Last updated
over 5 years ago
docker pull dhedegaard/youtube