It's fun to wake up to find a project that I started on the top of HN! These days, I'm no longer very involved with the day-to-day of the project. Now that it's no longer a young project, here are some musings about Huginn and responses to people's comments in this thread, in no particular order. I've found that Huginn excels as a scheduled web scraper with lightweight filtering. That's what I use it for. On the othe…
Huginn: Create agents that monitor and act on your behalf
101–110 of 149 posts
Re: Huginn: Create agents that monitor and act on your behalf
#102Earlier quoted context omitted.
Thanks a lot rvz for throwing it in the mix. I am the creator of n8n so just wanted to mention that it is not "OSI approved open-source" as the commons clause got attached. More information about that in the FAQ https://docs.n8n.io/#/faq?id=license
You end up a bit OSI-traumatized after the n8n launch? ;)
Re: Huginn: Create agents that monitor and act on your behalf
#103It's fun to wake up to find a project that I started on the top of HN! These days, I'm no longer very involved with the day-to-day of the project. Now that it's no longer a young project, here are some musings about Huginn and responses to people's comments in this thread, in no particular order. I've found that Huginn excels as a scheduled web scraper with lightweight filtering. That's what I use it for. On the othe…
Re: Huginn: Create agents that monitor and act on your behalf
#104Re: Huginn: Create agents that monitor and act on your behalf
#105Is there any way to implement agents in python rather than JavaScript/ruby? Looks interesting but I don’t want to invest energy in building fluency in these other scripting languages.
You could write python externally (cloud functions/aws lambda) and then use huginn to call that over HTTP. This doesn't require any coding. Huginn has existing agents that you can easily configure to make HTTP requests (PostAgent and WebsiteAgent).
And, depending what you are planning to do with huginn, simply sending data from your python script to huginn using the WebhookAgent may be sufficient.
Re: Huginn: Create agents that monitor and act on your behalf
#106Is there any way to implement agents in python rather than JavaScript/ruby? Looks interesting but I don’t want to invest energy in building fluency in these other scripting languages.
These are things that I want to control and customize, and I vastly prefer running my own systems over trusting any third party.
Re: Huginn: Create agents that monitor and act on your behalf
#107Re: Huginn: Create agents that monitor and act on your behalf
#108I've operated a huginn for 5+ years. AMA