Closed xhan closed 10 years ago
Do I need to open a pull request or just leave a message here?
QQ is a instant messaging service widely used in china provided by Tencent.
Repo address: https://github.com/xhan/qqbot
Usage
hubot-qq
package.json
npm install
bin/hubot -a qq
Configurable Variables
HUBOT_QQ_ID #QQ ID HUBOT_QQ_PASS #password HUBOT_QQ_GROUP #group name that hubot listens to HUBOT_QQ_IMGPORT #the port to serve verify-codes
On linux or osx use export VARIABLE=VALUE to set environment variables.
export VARIABLE=VALUE
What are you looking for exactly? It sounds like you should just make a PR against https://github.com/github/hubot/blob/master/docs/adapters.md to add to the list of third party adapters.
Do I need to open a pull request or just leave a message here?
QQ is a instant messaging service widely used in china provided by Tencent.
Repo address: https://github.com/xhan/qqbot
Usage
hubot-qq
as a dependency in your hubotspackage.json
npm install
in your hubots directorybin/hubot -a qq
Configurable Variables
On linux or osx use
export VARIABLE=VALUE
to set environment variables.