Generate a YouTube report from your Takeout data
Generate Your Personal YouTube Report

Getting Started
1. Install Python 3+
If you don't already have Python 3+ installed on your computer, download it from https://www.python.org/downloads/.
2. Get Your YouTube Data
Here you can find out how to download your Google data: https://support.google.com/accounts/answer/3024190?hl=enHere you can download all of the data that Google has stored on you: https://takeout.google.com/
To use this script, you only need to select and download "YouTube", which Google will provide to you as a Zip file by default.

3. Clone This Repository
On https://github.com/A3M4/Personal-YouTube-Report-Generator, click the green "Clone or Download" button at the top right of the page. Then, click the "Download ZIP" button, and extract the ZIP somewhere on your computer.
4. Extract the Takeout File
Extract the Takeout File(from step 2) and move it to the repository folder(from step 3). Now the files in Repository folder look like below.

5. Install Dependencies
Open command prompt or Terminal window in this repository folder, type the following and press enter:
pip install -r requirements.txt
6. Run the Script
In the same command prompt or Terminal window, type the following and press enter:
python report.py
7. Results
The script will generate a file named YouTube_Report.pdf. This file will automatically open in your browser once the script completes. Besides, you can find all the images that make up this report in Images folder.
To restore the repository download the bundle
wget https://archive.org/download/github.com-A3M4-YouTube-Report_-_2019-12-17_09-43-04/A3M4-YouTube-Report_-_2019-12-17_09-43-04.bundle
and run:
git clone A3M4-YouTube-Report_-_2019-12-17_09-43-04.bundle
Source:
https://github.com/A3M4/YouTube-ReportUploader:
A3M4Upload date: 2019-12-17