YouTube Data API A scripts to get YouTube data with the use of YouTube Data API (v3) This project runs with python3 To run a youtube API KEY is needed CREATE YOUTUBE API KEY and INITIAL SETUP 🔹 See SETUP GUIDE Implemented scripts at bin/ folder: 🔹 get a video's metadata OR the trending videos of a region - bin/video-info.py 🔹 get a video's OR youtube channel's comment thread OR a comment's info - bin/comments.py 🔹 get a channel's metadatabin/channel-info.py 🔹 get all videos of a specific playlist - bin/playlist-items.py