This script is a tool for exporting YouTube watch history data (JSON) into an SQLite database file.
- Python 3
- Required packages in requirements.txt
- Your very own watch-history.json (can be obtained from https://takeout.google.com, don't forget to choose the JSON format for YouTube exports.)
- Install the requirements (if you don't install it yet).
pip3 install -r requirements.txt
- Copy your watch-history.json here.
- Run the main.py script.
Probably there are. You tell me.