wechat-bot-padlocal
wechat-bot-padlocal copied to clipboard
Personal wechat robot based on node.js and wechaty.基于Node.js和wechaty的个人微信机器人。
现在还可用嘛?
部署问题
我在部署过程中,执行npm install 出现错误,nodejs版本有要求吗?
After the main user sends a message to the wechat robot to set up the blocking of users, the robot will be disabled if it restarts.
I have added a friend for some time. But when I get his alias, I get null. Like this: ```javascript const sender = await contact.alias(); console.log(sender); ``` I'm sure I...
issue
[issue.md](https://github.com/yzh1255245824/wechat-bot-padlocal/files/8140411/issue.md)
I made a small application based on your open source `wechat-bot-padlocal` yesterday. I have encountered a problem. I don't know if you have encountered it before. When the last message...