Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 933 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 933 Bytes

gkeep-fuse

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.

Installation

pip install -r requirements.txt

Usage

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.

References

  • gkeep provides command-line access to Keep notes
  • gkeepapi provides Keep API access

License

  • MIT