Back to Browse

YouTube Data API - part2 | video comments and metadata web scraping

727 views
May 19, 2020
8:24

Python code to extract metadata from YouTube videos for one entire channel. This is part 2, showing progress as I use the YouTube data API v3 to access resources from any chosen channel and format it to provide information as required. *The YouTube Data API allows you to add a range of YouTube features to your application. Using the API you can upload videos, manage playlists, and subscriptions, update channel settings, retrieve comments, descriptions and more. See what I have collected so far : Intro Code @ 1:06 Output @ 4:19 https://developers.google.com/youtube/v3/ The code so far is on my GitHub repo : https://github.com/RGGH/rng 1. Video title ✅ 2. Subscribe count 3. Video id ✅ 4. Video description ✅ 5. Likes count 6. Dislikes count 7. Views count 8. Published date ✅ 9. Comment count 10. Comment text ✅ 11. Comment likes and dislikes 12. Comment author ✅

Download

0 formats

No download links available.

YouTube Data API - part2 | video comments and metadata web scraping | NatokHD