This project aims to build a tool for extracting, processing and visualizing personal Google search data.
Here are the steps that will enable you to use this tool:
- Clone this repository.
- Download your Google search data on My Activity.
- Put all the .JSON files you get in one directory.
- Update the variable SEARCHS_DIRECTORY in the dataset_extraction.py file and put the directory where the .JSON files are located, as done below:
SEARCHS_DIRECTORY = /Users/USER/visusearch
- Run plotting.py to get the visualizations.
- General history of searchs plotting
- Words searchs plotting
- Hourly repartition plotting
- Vahagn Hakopian - vhakopian