An open API service indexing awesome lists of open source software.

https://github.com/vintasoftware/tapioca-youtube

Youtube API Wrapper using Tapioca
https://github.com/vintasoftware/tapioca-youtube

Last synced: 9 months ago
JSON representation

Youtube API Wrapper using Tapioca

Awesome Lists containing this project

README

          

# Tapioca youtube

## Installation
```
pip install tapioca-youtube
```

## Documentation
``` python
from tapioca_youtube import Youtube

api = Youtube(
client_id='{your-client-id}', access_token='{any-valid-access-token}')

```

No more documentation needed.

- Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html)
- Explore this package using iPython
- Have fun!