Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 961 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 961 Bytes

Google Keep Collector

Mapping

Keep Text note Keep List note

Setup

To generate an app password:

  1. Go to your Google Account
  2. Select Security.
  3. Under "Signing in to Google," select 2-Step Verification.
  4. At the bottom of the page, select App passwords.
  5. Enter a name that helps you remember where you’ll use the app password.
  6. Select Generate.
  7. Now you can copy the generated password to the config.json
{
    "username": "YOUR_MAIL_ADDRESS",
    "password": "YOUR_PASSWORD",
    "nodeName": "Daily schedule",
    "onlyUncheckedItems": true
}

The "onlyUncheckedItems" field is only interesting when you work with lists. If the value is true, it will only display the unchecked items.