Skip to content

Instantly share code, notes, and snippets.

View leonheess's full-sized avatar
🚑
.

Leon Heess leonheess

🚑
.
View GitHub Profile
@leonheess
leonheess / txt-to-google-keep.py
Last active November 20, 2018 21:08 — forked from sliceofbytes/txt-to-google-keep-notes.py
Add Text Files as Google Keep Notes
# 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'