Skip to content

simple nestjs server for send msg to contact or room by wechaty

Notifications You must be signed in to change notification settings

c-rick/nestjs-wechaty

Repository files navigation

Wechat Bot

Description

simple nestjs server for send msg to contact or room by wechaty

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

api

path argument
/send {user: string; msg: string}
/sendRoom {list: {titleList: string[],receivedContent: string,atList: string[]}[]}

License

Nest is MIT licensed.

About

simple nestjs server for send msg to contact or room by wechaty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published