All Projects → srcecde → google-youtube-history-analytics

srcecde / google-youtube-history-analytics

Licence: MIT license
A Python Python Google-YouTube History Analytics, which reads your history data you get from Google and provide analytics about your searches on Google, YouTube and YouTube watch history. It provides number of counts for the term you searched for.

Programming Languages

python
139335 projects - #7 most used programming language

Python Google-YouTube History Analytics


A Python Python Google-YouTube History Analytics, which reads your history data you get from Google and provide analytics about your searches on Google, YouTube and YouTube watch history. It provides number of counts for the term you searched for.

Requirements

  • Python 3.x, Pandas (Run sudo pip3 install -r requirements.txt to install dependencies
  • A data downloaded from Google History (You can download from Google History)
  • Download history for YouTube and Searches. Select None from top and select YouTube and Serches

How To Use

  • After downloading data from Google, unzip it.From YouTube Takeout folder copy YouTube->history folder and paste where the script is located
  • Same, from the Searches takeout folder copy the Searches folder and paste where the scrpt is located
  • Running without parameters will execute for both YouTube and Google Searches
  • Pass --y Y for running the script on YouTube data
  • Pass --g G for running the script on Google Searches data
  • It provide output in the csv files in the working directory
For queries or issues, feel free to contact or open an issue
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].