Skip to content

YouTube Api wrapper in python - asynchronous

Notifications You must be signed in to change notification settings

economy/youtube-python-async

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-python-async

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

Python - Youtube Data API v3

youtube-python-async is an asynchronous client for the YouTube API, based on youtube-python. It uses the Youtube Data API v3.

Installation

pip install git+git://github.com/economy/youtube-python-async.git

Set up API client

from youtube_async import API

api = API(client_id='', client_secret='', api_key='', access_token='optional', timeout=5)

Query videos

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

Query channels

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

Contributing

https://github.com/economy/youtube-python-async

Youtube Data API v3

Youtube Data API v3 Doc

About

YouTube Api wrapper in python - asynchronous

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%