stevensolleder Posted August 29, 2021 Share Posted August 29, 2021 (edited) Introduction The QuickGoogleKeep workflow for Alfred 4 on macOS allows you to add notes to your Google Keep fast and easy. Just type "k" followed by the content of the note to add a new note to your Google Keep. QuickGoogleKeep is not supported nor endorsed by Google. Download Libraries The following libraries were used: gkeepapi keyring Get in contact Feel free to get in contact and share your experience with QuickGoogleKeep. Bug reports are also very appreciated. Edited August 30, 2021 by stevensolleder giovanni 1 Link to comment
GeorgeChungus Posted March 8 Share Posted March 8 (edited) @stevensolleder - thanks for making this, it sounds like just what I want, but how do I install it? I ran `pip install gkeepapi && pip install keyring` since I see them listed as libraries. In alfred "k test" shows your icon, so it seems to be running your bash script, but nothing happens. Am I supposed to edit `${python3_path} QuickGoogleKeep.py ${username} ${password} "{query}"` to place my Google username and password in plaintext in place of these variables !? Feels like quite the broken security model, but I get it since it's circumventing Google's refusal to give API access. So where do I set those variables? The modules appear to be installed correctly... ``` $ python3 >>> import gkeepapi >>> import keyring >>> import dsfgdsfgdsfg Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'dsfgdsfgdsfg' ``` Sorry I'm such a n00b, but thanks if you can help Edited March 8 by GeorgeChungus Link to comment
stevensolleder Posted October 25 Author Share Posted October 25 Hello @GeorgeChungus, thank you very much for using my Alfred workflow! 😄 I have debugged the workflow in a variety of ways. Unfortunately, it seems that either the library I use to add notes to Google Keep no longer works or Google Keep no longer allows notes to be added from outside. 🫤 Kind regards Steven sorgel 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now