Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevin-kip/youtube-data-api
Consuming the YouTube data API In Python 3.6
https://github.com/kevin-kip/youtube-data-api
python-3-6 youtube-api
Last synced: 2 days ago
JSON representation
Consuming the YouTube data API In Python 3.6
- Host: GitHub
- URL: https://github.com/kevin-kip/youtube-data-api
- Owner: Kevin-Kip
- Created: 2018-08-13T16:40:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T16:51:04.000Z (over 6 years ago)
- Last Synced: 2024-11-23T15:36:14.410Z (2 months ago)
- Topics: python-3-6, youtube-api
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## YouTube Data API
This is a simple implementation of the [youtube data API.](https://developers.google.com/youtube/v3/getting-started)
(Python 3.6)## What Exactly? :confused:
Well, this code fetches and displays:1. Subscriber count
2. Number of Videos
3. Total Views## How to use this code :blush:
1. Clone/download the repo
2. Navigate to the root directory
3. Open in terminal/cmd
4. Run `python main.py`You'll be prompted to enter the channel name. :boom: That's all.