Skip to main content

Python Youtube Data API v3

Project description

yapi
===================
#### Python - Youtube Data API v3

**yapi** is a simple client api for youtube.It uses [Youtube Data API v3](https://developers.google.com/youtube/v3/).Before you can use, you must a create project in [here](https://console.developers.google.com/apis/api/youtube/overview).

## References
```
videos getVideoInfo(video_id)

search generalSearch(keyword, max_results=10)
search videoSearch(keyword, max_results=10)
search videoSearchInChannel(keyword, channel_id, max_results=10)

channel getChannelByName(channel_name)
channel getChannelById(channel_id)

playlist getPlaylistById(playlist_id)
playlist getPlaylistByChannelId(channel_id)

playlistItems getPlaylistItemsByPlaylistId(playlist_id, max_results=20)

# Special
api_key getApiKey()
changeApiKey(api_key)
```

## Contributing
[https://github.com/ahmetkotan/yapi](https://github.com/ahmetkotan/yapi)

## Youtube Data API v3
[Youtube Data API v3 Doc](https://developers.google.com/youtube/v3/)

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page