django-youtube

YouTube API wrapper app for Django
Download

django-youtube Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Suleyman Melikoglu
  • Publisher web site:
  • https://github.com/laplacesdemon/

django-youtube Tags


django-youtube Description

django-youtube is a Django app that allows you to easily delete, upload, display or modify videos stored on YouTube, by wrapping the YouTube API.InstallationRun pip install django-youtube or add 'django_youtube' folder at your Python path.Add 'django_youtube' to your installed appsAdd following lines to your settings.py and edit them accordinglyYOUTUBE_AUTH_EMAIL = 'yourmail@gmail.com'YOUTUBE_AUTH_PASSWORD = 'yourpassword'YOUTUBE_DEVELOPER_KEY = 'developer key, get one from http://code.google.com/apis/youtube/dashboard/'YOUTUBE_CLIENT_ID = 'client-id'Optionally you can add following lines to your settings. If you don't set them, default settings will be used.# url to redirect after upload finishes, default is respected 'video' pageYOUTUBE_UPLOAD_REDIRECT_URL = '/youtube/videos/'# url to redirect after deletion video, default is 'upload page'YOUTUBE_DELETE_REDIRECT_URL = '/myurl/'Add Following lines to your urls.py file(r'^youtube/', include('django_youtube.urls')),Don't forget to run manage.py syncdbProduct's homepage


django-youtube Related Software