Git Product home page Git Product logo

yapi's Introduction

yapi

Python - Youtube Data API v3

yapi is a simple client api for youtube.It uses Youtube Data API v3.Before you can use, you must a create project in here.

Installation

sudo pip install yapi

Using

import yapi
api = yapi.YoutubeAPI('api_key')

References

video = get_video_info('video_id')

results = general_search('keyword', max_results=10)
videos = video_search('keyword', max_results=10, order=None)
videos = video_search_in_channel('keyword', 'channel_id', max_results=10, order=None)

channel = get_channel_by_name('channel_name')
channel = get_channel_by_id('channel_id')

playlist = get_playlist_by_id('playlist_id')
playlist = get_playlist_by_channel_id('channel_id')

playlistItems = get_playlist_items_by_playlist_id('playlist_id', max_results=20)

# Special
api_key = get_api_key()
bool = change_api_key('api_key')

Contributing

https://github.com/ahmetkotan/yapi

Youtube Data API v3

Youtube Data API v3 Doc

yapi's People

Contributors

ahmetkotan avatar sust4in avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.