A simple utility that takes in the Google Keep Notes and exports it into the Notion
Use Google take out https://takeout.google.com/ Find Google Keep and export them. The exported data is a zip file, unzip it into a folder
Get the notion.so token from a session in your web browser
Create a page under which all the Google Keep Notes will be imported. Copy the url, will be used for the "--page" argument
Install Python3 and use the requirements.txt to install the dependency
./import_data.py --token 'token' --page 'http://notion.so/asdfasdfsdfs' --dir 'dir where the pages are exported'