Wechaty-based scheduled message push (can coax your girlfriend), smart chat and personal assistant
---
title: "Scheduled message push based on wechaty (can coax your girlfriend), smart chat and personal assistant"
author: jasonlovesharon< /p>
email: 54027901@163.com
tags:
? - nodejs
? - wechaty
? - wechaty-puppet-padplus
---
## Foreword
- Since the WeChat web API restrictions in 2017, itchat and a large number of bots have stopped It’s a waste, I’ve been looking for a suitable substitute
- At present, most of them are for Windows WeChat clients. Dll injection based on HOOK realizes the control of WeChat, and there is a certain ban on accounts. Risk, only a fixed version can be used, and it is difficult to deploy on the Linux server, which means that the power can only be turned on all the time - Wechaty supports multiple protocols such as IPAD, MAC, etc., without calling the WEB web API, and can be deployed On the server, all my needs are met. [Project address](/wechaty/wechaty)
- After reading the official document ([token official introduction](/juzibot/welcome/wiki/everything-about-wechaty)), I found that I need to apply for Token. And the python version of Token requires payment, but I have never learned typescript, so I want to give up. I browsed the Example of ding-dong-bot and it seems that I can understand it, so let’s learn and explore. (ps: Later I accidentally found another article that can be used to convert the token to implement the python version of wechaty, but at this time it has basically been written in TS. If you want to use other languages such as Python, you can refer to the [official document] (/wechaty/wechaty /issues/1985).