hubotio / hubot

A customizable life embetterment robot.
https://hubotio.github.io/hubot/
MIT License
16.66k stars 3.75k forks source link

Adapter for QQ added #623

Closed xhan closed 10 years ago

xhan commented 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

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.

technicalpickles commented 10 years ago

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.