# 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/)
===================
#### 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/)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file googlesheet-python-sdk-1.0.1.tar.gz.
File metadata
- Download URL: googlesheet-python-sdk-1.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07a7be95c28f2ad2ae4e5e807d90d5e50657a025830b38ed1454eb282e5660f9
|
|
| MD5 |
e4c48b14a90a23a105a6f1331573aa92
|
|
| BLAKE2b-256 |
69329fe93ae093774d5c5930f047d90f058ad16aba52fa3d14a030c9310580cc
|