-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi,
Thank you for providing so much background on how to build external plugins!
I noticed that you want to build a Telegram notification node which is a great idea. Since I'm a signal user, I built something that notifies me via signal and I thought I would let you know.
It's based on AsamK/signal-cli and is available here.
One thing I noticed was that it needs some input that is generated by the previous node (i.e. when the last node is completed, the notification is sent) else it gets triggered immediately. I used a file input since my last step generates a file output but it would be cleaner if it took any input as trigger - I didn't figure out how to do that.
Anyway, I hope this is of interest and thanks again for all the great work on Meshroom! 👍