Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ks-avinash/consume-apis
This is a small Application using Python/Django REST framework
https://github.com/ks-avinash/consume-apis
Last synced: 28 days ago
JSON representation
This is a small Application using Python/Django REST framework
- Host: GitHub
- URL: https://github.com/ks-avinash/consume-apis
- Owner: ks-avinash
- Created: 2016-03-04T18:49:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T18:33:56.000Z (over 6 years ago)
- Last Synced: 2024-10-17T13:14:13.133Z (2 months ago)
- Language: Python
- Size: 10.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Consume YouTubeAPI
This is a small Application using Python/Django REST frameworkDjango application with a simple ORM class to work with YouTube videos.
- YouTube video ID
- Video Title
- Video Description
Python YouTube API client to search YouTube for videos with given Channel ID.Example Channel ID: your channel ID
- API Docs: https://developers.google.com/youtube/v3/docs/search/list
- API Client: https://pypi.python.org/pypi/google-api-python-client/
Pass the channel ID as filter without any search query you will get all the videos in channel with a paginated result.
Django Rest Framework to create a couple of API endpoint to list the YouTube videos.- GET request to list all videos
- GET request to get video details based on ID