Skip to main content

Google Sheet API python client

Project description

# youtube-python-sdk
===================
#### Python - Youtube Data API v3

**youtube-python** is a simple client for youtube api. It uses [Youtube Data API v3](https://developers.google.com/youtube/v3/).

## Installation
```
sudo pip install youtube-python
```

## Using
```python
from youtube import YouTube
api = youtube.YouTube(api_key='')
```

## References https://developers.google.com/youtube/v3/docs/videos
```python
video = api.get('videos', id='B7FJV9KIn58')
```

## References https://developers.google.com/youtube/v3/docs/channels/list
```python
video = api.get('channels', id='UCLFZ5qAH-l_WiRd_EOzX2og')
```


## Contributing
[https://github.com/rohitkhatri/youtube-python](https://github.com/rohitkhatri/youtube-python)

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

googlesheet-python-sdk-1.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

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