Quote Originally Posted by joshmg View Post
I'd be happy to work with you to get intel from the app into LucidBot. But if you want information from LucidBot into the app, then that would have to wait. (Importing data is a lot harder of a problem to solve, and I'm still unsure if that's the direction I want the app to take).

I'm assuming the intel gets posted to an IRC, correct? Do you have an API spec by chance? If not, I can download the source and begin investigating myself.
Yes mostly looking for App ---> LucidBot. The intel will get sent via HTTP POST to the bot's web service. It'll accept raw unparsed text from the game, currently doesn't do XML because it was designed for human interaction, but basically the text of <body> is virtually always parsable, when sent to the right location.

To view the API's spec, just load up a copy of the bot and visit 127.0.0.1:49998/api/

You can find me as "Frylock" on #lucidbot in utonet - happy to help however possible.