Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shfshanyue/wechat-bot
一个微信机器人的脚手架
https://github.com/shfshanyue/wechat-bot
bot wechat wechat-bot wechaty wei-xin wexin wexinbot
Last synced: 30 days ago
JSON representation
一个微信机器人的脚手架
- Host: GitHub
- URL: https://github.com/shfshanyue/wechat-bot
- Owner: shfshanyue
- Created: 2020-03-21T04:00:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T13:18:00.000Z (over 1 year ago)
- Last Synced: 2024-04-15T04:27:49.457Z (9 months ago)
- Topics: bot, wechat, wechat-bot, wechaty, wei-xin, wexin, wexinbot
- Language: TypeScript
- Homepage: https://bot.prochat.tech/
- Size: 988 KB
- Stars: 82
- Watchers: 5
- Forks: 20
- Open Issues: 21
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# wechaty bot
三分钟,创建一个微信机器人。
> 本项目托管在我的服务器上: [个人服务器运维指南](https://shanyue.tech/op/)
> 欢迎关注我的博客: [山月行](https://github.com/shfshanyue/blog)## 技术栈
+ [wechaty](https://github.com/wechaty/wechaty)
> Wechaty is a Bot SDK for Wechat Individual Account which can help you create a bot in 6 lines of javascript, with cross-platform support including Linux, Windows, MacOS, and Docker.
## 目录结构
``` bash
$ tree -L 1
.
├── Readme.md
├── event/ # 关于 wechaty 的事件处理程序
├── message/
├── schedule
├── config.ts
└── index.ts
```## 步骤
1. 开启一个微信机器人,使用将要作为机器人的微信扫码进行登录
``` bash
$ npm start
```2. 与机器人对话,机器人默认原样回复
## 交流