Jump to content

How difficult would it be to create a workflow from this Google Keep api?


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...