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
- Host: GitHub
- URL: https://github.com/vintasoftware/tapioca-youtube
- Owner: vintasoftware
- License: mit
- Created: 2016-08-01T18:48:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T13:38:29.000Z (almost 10 years ago)
- Last Synced: 2025-07-27T14:57:22.086Z (12 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!