Visualize and explore your Chrome browser history from Google Takeout by parsing and generating an interactive HTML index.
Disclaimer: Only the 'Browser History' data of the JSON file is supported.
Follow these steps to run the application on your system:
Ensure you meet all requirements by following this setup guide.
If you haven't already downloaded your history data. You can follow this guide from Google. You'll only need the Chrome History data which gives a JSON file.
Save the JSON file (Usually, it's History.json) in the same directory as the extracted repository.
Open your terminal or command prompt. Ensure that you're in the same directory as the repository. Execute the following command:
python history.pyEnter the name of the JSON file. Example:
Enter the path to your Chrome history JSON file: History.jsonEnter a valid name for the output folder. Example:
Enter the name of the output folder: my_history


