Skip to content

manupatel007/YouTube-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube-api

Running using Docker

  1. Clone this repositoy to your system
  2. Add the developer_key for youtube API in this file.
  3. Run docker-compose up command.

Now both APIs(for getting latest video information and search API) are paginated and have a browsable interface.

Information returned by API includes

  1. Thumbnail URL
  2. Video Title
  3. Video description
  4. Published Time
  5. Video ID

To use Video information API(According to descending order of time)--

http://127.0.0.1:8000/apitube/

Search API can be consumed as followed--

http://127.0.0.1:8000/find/<one_word_search>/

example - http://127.0.0.1:8000/find/cricket/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published