Hacker News new | ask | show | jobs
by devm0de 2379 days ago
I gave this a go today and managed to install huginn on my synology nas by simply searching for the docker container. I then setup 3 agents to scrape a Shopify webstore jason endpoint that I’m always checking for inventory, have huginn parse the json and send me an sms via twilio if inventory changes. Took about 2 hours, wasn’t too bad. Huginn twilio docs seemed dated.

Used python simplehttp server and ngrok to replicate a json url and play with the triggers to test it all before pointing it at a real website.

Nice to add a new tool to the belt, thanks!