Code Monkey home page Code Monkey logo

xianyu-robot's Introduction

咸鱼Bot

可使用Http Api的的QQ机器人框架 (虽然版本号很高,但是其实还有很多不完善的地方,随时会有大改的可能性)

客户端请使用go-cqhttp

安装方法

npm install -S xianyu-robot
# yarn add xianyu-robot

使用方法

推荐使用TypeScript开发以获得较为完整的类型提示

// TypeScript
import App from 'xianyu-robot'

const app = new App()

app.start()

// JavaScript
const App = require('xianyu-robot').default

const app = new App()

app.start()

文档

详细文档

项目参考

开发中大量参考了以下项目,在此表示感谢

LICENSE

本项目使用LGPL协议,仅作为库使用时不必开源,但出现对项目源码进行修改,则需要将你修改后的版本进行开源。

xianyu-robot's People

Contributors

blacktunes avatar dependabot[bot] avatar semantic-release-bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.