Python script for scraping Youtube video statistics and transcript text. Saves a file containing video statistics (view count, channel title, etc.). To change query search_query and number of videos to scrape total_videos.
Assumes credential file credential.py contains your API key - instructions.
Requires:
- Google API Python client and Youtube Transcript API - install using
pip install -r requirements.txt
Resources: