lita-answers
A Lita handler for a question answering (QA) system. Allows you to use CRUD operations.
More functionality is coming soon...
Installation
Add lita-answers to your Lita instance's Gemfile:
gem "lita-answers"
Usage
You could perform simple CRUD operations:
CREATE remember 'question?' with 'answer.'
READ all questions
READ answer 'question?'
UPDATE change 'question?' to 'new answer.'
DELETE forget 'question?'