目录
legendary_jesse5年前19次提交

Wechaty-Got-Kicked-Out

Wechaty Plugin Contrib Wechaty Plugin Contrib Build Status

What is this?

this is a wechaty plugin to monitor whether your bot got kicked out of group chat.

just few line of code to implement this instead fussy judging.

Installation

yarn add "wechaty-got-kicked-out"

or

npm install "wechaty-got-kicked-out" --save

Usage

import {Wechaty} from "wechaty"

import {GotKicked} from "wechaty-got-kicked-out"

const bot = new Wechaty({
   name:"wechaty-got-kicked-out"
})

bot.use(GotKicked({
   onKick(room, remover, date){
      console.log(`
         bot just got kick out of ${await room.topic()}[${room.id}]
         by ${remover ? remove.name(): 'it self'} 
         --date:${date}
         `)
   },
   /*
   comming soon... 
   whiltList:{
      id:"19710388933@chatroom"
      // or
      id:["19710388933@chatroom","98345982793@chatroom"]
      // or
      topic:"微信群001"
      // or
      topic:["微信群001","微信群002"]
   }
   */
   
}))

bot.start()
   .catch(console.error)

Test

npm run test

Build

npm run build

Maintainers

  • Code & Docs © 2020-now LegendaryJesse|Wechaty
  • Code released under the MIT License
  • Docs released under Creative Commons
关于
92.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802032778号