Xhanqqbot试用
xhan/qqbot试用
啥是qqbot?
基于WebQQ协议的QQ机器人。命令行工具,Hubot支持!
怎样安装?
首先要安装CoffeeScript
windows:
安装nodejs:主页上就有下载
C:\Users\cutepig>npm install -g coffee-script
C:\Users\cutepig>notepad test1.coffee
C:\Users\cutepig>coffee test1.coffee
Hello 0
Hello 1
Hello 2
Hello 3
Hello 4
Hello 5
C:\Users\cutepig>coffee -v
CoffeeScript version 1.9.1
C:\Users\cutepig>type test1.coffee
for i in [0..5]
console.log "Hello #{i}"
ubuntu:
CoffeeScript 安裝篇
安装nodejs
http://nodejs.org/
安裝npm
官網:http://npmjs.org/
安裝CoffeeScript
npm install coffee-script
todo:
webqq协议
nodejs学习
coffeescript学习
windows安装
ubuntu安装
链接
https://github.com/xhan/qqbot
WebQQ协议 https://github.com/xhan/qqbot/blob/master/protocol.md
Java版的另一个 http://webqq-core.googlecode.com/