zoukankan      html  css  js  c++  java
  • xhan/qqbot试用

    xhan/qqbot试用

    啥是qqbot?
    基于WebQQ协议的QQ机器人。命令行工具,Hubot支持!

    怎样安装?
    首先要安装CoffeeScript

    windows:
    安装nodejs:主页上就有下载
    C:Userscutepig>npm install -g coffee-script
    C:Userscutepig>notepad test1.coffee
    C:Userscutepig>coffee test1.coffee
    Hello 0
    Hello 1
    Hello 2
    Hello 3
    Hello 4
    Hello 5
    C:Userscutepig>coffee -v
    CoffeeScript version 1.9.1
    C:Userscutepig>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/
           

  • 相关阅读:
    Linux下c++使用pthread库
    一半,一绊
    【codevs3945】 完美拓印
    【poj2942】 Knights of the Round Table
    【bzoj2730】 HNOI2012—矿场搭建
    【poj1177】 Picture
    Tarjan学习笔记
    联赛总结
    【poj3461】 Oulipo
    【csuoj1014】 西湖三人行
  • 原文地址:https://www.cnblogs.com/cutepig/p/4296915.html
Copyright © 2011-2022 走看看