0.1.0 • Published 3 years ago

easy-chat-bot-manager v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

easy-chat-bot-manager

Quick start

  1. Open wechat search GroupMaster(中文名称:群管理秘书) Wechat-MiniProgram.
  2. Locate the myself menu in the bottom bar.
  3. Register a token.
  4. Run

Code

const bot = new Wechaty({
  name,
  puppet,
});

const groupmaseter_host = '消息推送地址,私信获取'
const bot_token = '填写获得的bot_token'
npm install
npm start