homo icon indicating copy to clipboard operation
homo copied to clipboard

Plugin system

Open linonetwo opened this issue 6 years ago • 2 comments

How to write a custom skill plugin for it?

I'd like to write a simple JS or Py function that receives the parsing result, and call external API to do something interesting.

Just like plugin system for Alfred or Zazu

linonetwo avatar Jun 27 '19 06:06 linonetwo

:sweat_smile:Yes, this is what I have planned, I am already doing it. Plugin will support golang and python.

vufa avatar Jun 27 '19 09:06 vufa

Cool, I'm willing to learn golang for writing plugins. But it will be better if you support webhook (POST to a URL written in the webhook config, when a condition is triggered), it will allow looser microservices integration.

linonetwo avatar Jun 27 '19 09:06 linonetwo