Coder Social home page Coder Social logo

wechat-work-bot's Introduction

wechat-work-bot

企业微信群机器人

安装

pnpm

pnpm add wechat-work-bot

yarn

yarn add wechat-work-bot

npm

npm install --save wechat-work-bot

使用

直接使用createBot函数

import createBot from 'wechat-work-bot';

const bot = createBot('your group bot key');
bot.text('Hello, world!');

WechatWorkBot类创建

import { WechatWorkBot } from 'wechat-work-bot';

const bot = new WechatWorkBot({ key: 'your group bot key' });
bot.text('Hello, world');

软件许可

本软件是基于LGPL v2.1许可证发布的自由软件,你可以自由地在软件中引入和使用本库,而无需开放源码。

如果你要发布基于本库创作的衍生软件作品,应确保你发布的衍生软件作品以 LGPL v2.1或更高版本开源,或者你也可以将衍生软件作品的许可证转换为 GPL v2.0或更高版本。

完整的软件许可请阅读 LICENSE 文件。

wechat-work-bot's People

Contributors

syutingsong avatar

Watchers

 avatar  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.