notflip Posted April 30, 2020 Share Posted April 30, 2020 I'm a php programmer, and I discovered there's a working api package to create and read google keep notes from in python. There is also a command line package: https://github.com/Nekmo/gkeep/ which I tested Now I'm wondering is there any guide or tutorial as to how I can consume that api using a created workflow? Link to comment
vitor Posted April 30, 2020 Share Posted April 30, 2020 Welcome @notflip, 6 hours ago, notflip said: Now I'm wondering is there any guide or tutorial as to how I can consume that api using a created workflow? If you can use the API through a terminal, you can use it through a Workflow. Use a Run Script Action to call commands like you’d use any other script, or a Script Filter if you need to see the information before acting on it. Without being specific about how you’d want the Workflow to behave, we can’t be more specific on the solution. But Alfred’s documentation is good; being a programmer, you should be able to figure it out. 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