/youtube-api-sample

youtube data api (v3) samples in python3

Primary LanguagePython

What's?

  • This repository is a Sandboxxx) for YouTube Data API(v3) python3 samples.

Before you quick start,

  • Please setup 'Google API Client' here.

  • If you don't have any API key, please create one.Read the guide here.

    • You need 'API key', 'OAuth Token' is not required.

Get Channel Video details.

  • This sample will get a file including video details from using a channel's playlist ID.
 python3 get_channel_videos.py -c 'Channel Playlist ID' -i 'Your API-Key'