This is the ICQ adapter for hubot.
- Add
hubot-icq
as a dependency in your hubot'spackage.json
- Install dependencies with
npm install
- Run hubot with
bin/hubot -a icq
##Configuration This adapter uses the following environment variables:
HUBOT_ICQ_UIN - this is your bot's UIN in ICQ. HUBOT_ICQ_PASSWORD - this is the password of your bot's ICQ account.
Copyright © Dmitry Kurkin. MIT License; see LICENSE for further details.