FUSE interface for Google Keep. Supports listing, creating, reading, writing, renaming, and removing notes. Notes use titles for the file names when present and an internal Keep identifier when absent.
pip install -r requirements.txt
Create a file with your Google credentials:
<username> <password>
Then run via:
./gkeep_fuse.py --auth /path/to/auth.txt mnt/
You can also use the GOOGLE_KEEP_USER
and GOOGLE_KEEP_PASSWORD
environment
variables.
If you use two-factor authentication you should use an app password, see kiwiz/gkeepapi#20.
- MIT