Generate a CSV file of your Google Search queries from your Google Takeout export.
git clone git@github.com:AntoineAugusti/google-search-gdpr.git
cd google-search-gdpr
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
$ python main.py -h
usage: main.py [-h] filepath
positional arguments:
filepath The full path to the Google Search JSON file
optional arguments:
-h, --help show this help message and exit
Therefore, you can call the script like this: python main.py searches.json
See the file data_sample.csv to look at a sample file!