From what I can see from the drupal API it would make sense to convert some of the following data concepts into Drupal core entities (so we could achieve things like Views and Solr integration more easily and kill the custom data manipulation):

- bot log entries
- factoids
- bot messages
- API information

Comments

morbus iff’s picture

Yep, I'd be interested to see these things.

markusa’s picture

Our team uses this great Bot module, and wanted views integration. I wrote a little module that can actually expose tables to views, including some of the Bot tables. It can expose tables to views that have a primary key.

Check out https://drupal.org/project/views_expose_tables

install the module, and goto [drupal_root]/admin/structure/views/expose_tables

Check the checkboxes for:

bot_log
bot_tell_queue

And and you can make views on the data in those tables.....