-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
I use Google Keep for my grocery and shopping lists as it's super convenient for my girlfriend and I to add to, and mark things as done. So likewise I wanted to make this watchlist pull from that!
So far I have (locally) a basic Python script to connect to Keep and load the data from a test list. Next is loading that data into the data that Harp can read from at load, then pulling it into the page.
After that is done, then I want the checkboxes to mark things on Keep as done as well.
I also need to import the current list that is in harp.json into Keep, I think gkeepapi will be fine for that.
- Connect to Keep and load data
- Connect Keep data and Harp.js
- Import old movie list into Keep
- Make checkboxes work