-
-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] trigger webhooks #384
Comments
It's indeed currently not possible. Do you mind expanding a bit on how you'd use this? |
Sure. Here is my personal use case: I daily read books, during my reading I take notes and store links into hoarder. But today to automatize my note taking process, I created my own system:
My knowledge base is growing automatically in parallel of my reading and I have no friction due to note taking during learning. If I'm able to simply store in hoarder the link of web page explaining the concept, by example a wikipedia page, and then trigger web hook to my local LLM endpoint, then I'd be able to remove lot of mechanisms I used to create this workflow. The ideal workflow would be:
My LLM endpoint would be exposed by a script to manage the IO operations (the local file creation). Let me know if you need more details. |
I would love to see this or just an RSS feed of my hoarded items. I had been building a similar application to hoarder before I discovered it and quickly abandoned my plans of building my own (thank you). Here's the code I used to set up a simple RSS feed based on the items I've saved. If you're interested I could probably port this functionality to hoarder itself. https://github.com/ebenoist/enlace and here's an example of a rendered feed: https://enlace.space/~erik/rss.xml The nice thing about RSS is it provides a simple machine readable interface for collections like links, which hoarder does a great job in providing in app, but doesn't share that common interface. |
@MohamedBassem I'm down to help out. I don't think it'd be difficult. I have the basics, I just need to rewrite it in typescript. I'll jump in the channel if I have any questions! |
This got implemented in #852 and will be available in the next release. |
Thanks! Much appreciated |
Hey there,
I'm looking for a bookmark solution that allow me to trigger webhooks to a specified url once I bookmark a thing (a note, an article, a blog post et....).
AFAIK this is not feasible with hoarder.
Do you think it would be possible to implement this kind of feature?
Thanks for all the work you have already done.
The text was updated successfully, but these errors were encountered: