shekhargulati / 52-technologies-in-2016

Let's learn a new technology every week. A new technology blog every Sunday in 2016.

Home Page:https://shekhargulati.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 15: Airline Bot Platform with Huginn

shekhargulati opened this issue · comments

Please provide your feedback by posting a comment against this issue.

Interesting write-up! As I read about it though, it didn't sound too different from writing an application to track bags and send notifications. It seemed like the real difference was instead of creating a record in a "travelling bags" table in a database, you're creating a couple Huginn agents. Do you feel like there are other advantages to thinking of these workflows as "bots?"

Hi, thank you for the post. I have a question about creating a new agent method: create_agent , how do you get "AUTHENTICITY_TOKEN" and "COOKIE" for the POST method? Could you provide guidance?

Thank you for your great post again. 👍

@daihuaye I got that via inspecting the request using Chrome dev tools.

@timwis the advantage that I see with bots is that they die(terminate/shutdown/self kill) after doing their job. For tasks like tracking, this looked like a good bot usecase to me.