youtube-data-api is a Python wrapper for the YouTube Data API.
Project description
Youtube Data API
This is a Python client and wrapper for the Python Data API. It was written to accomodate v3 of the API.
Install
It is recommended to install this module by using pip:
pip install youtube-data-api
If you want to use it from source, you'll have to install the dependencies manually:
pip install -r requirements.txt
Testing
Static json files used for test are stored in ./tests/data
.
To test, command line input make test
.
Written by Leon Yin and Megan Brown
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.