youtube-python

YouTube Api wrapper in python

Downloads
401
Stars
66
Committers
2

youtube-python

===================

Python - Youtube Data API v3

youtube-python is a simple client for youtube api. It uses Youtube Data API v3.

Installation

sudo pip install youtube-python

Using

from youtube import API
api = API(client_id='', client_secret='', api_key='', access_token='optional')

References https://developers.google.com/youtube/v3/docs/videos

video = api.get('videos', id='B7FJV9KIn58')

References https://developers.google.com/youtube/v3/docs/channels/list

video = api.get('channels', id='UCLFZ5qAH-l_WiRd_EOzX2og')

Contributing

https://github.com/rohitkhatri/youtube-python

Youtube Data API v3

Youtube Data API v3 Doc

Package Rankings
Top 7.81% on Pypi.org
Related Projects