This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# import a directory of text files as google keep notes | |
# text filename is used for the title of the note | |
import gkeepapi, os | |
# your google account email | |
username = 'username@domain.tld' | |
# if you have 2FA enabled use https://accounts.google.com/b/0/DisplayUnlockCaptcha | |
# press continue and create an app-specific password to use here: | |
password = 'your app password' |