52-technologies-in-2016 icon indicating copy to clipboard operation
52-technologies-in-2016 copied to clipboard

Week 15: Airline Bot Platform with Huginn

Open shekhargulati opened this issue 8 years ago • 4 comments

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

shekhargulati avatar Apr 10 '16 11:04 shekhargulati

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?"

timwis avatar Sep 07 '16 22:09 timwis

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 avatar Dec 09 '16 17:12 daihuaye

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

shekhargulati avatar Dec 12 '16 07:12 shekhargulati

@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.

shekhargulati avatar Dec 12 '16 07:12 shekhargulati