Skip to content

This program retrieves information about Youtube channels you're subscribed to, saves it to a csv file and displays it

Notifications You must be signed in to change notification settings

AStroCvijo/YT_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

YT_Analysis

Description: This program retrieves data about channels you're subscribed to (Channel Title, Channe ID, Channel Subscribers, Channel Videos) saves it to a csv file and displays it

Requirements:

  • Google Cloud Console project with the YouTube Data API and YouTube Analytics API enabled
  • OAuth 2.0 credentials set up for the project
  • Python libraries (google-auth, google-auth-oauthlib, google-auth-httplib2, google-api-python-client)

Installation:

  1. Download the repository from GitHub.
  2. Save OAuth 2.0 credentials in a file named 'credentials.json' in the project directory.
  3. Run main.py and give access to your channel data (This will save the data to a csv file named 'subscribed_channels')
  4. Run visualize.py (This will display the data)

About

This program retrieves information about Youtube channels you're subscribed to, saves it to a csv file and displays it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages