# wechat_msg_template **Repository Path**: sunnyfo/wechat_msg_template ## Basic Information - **Project Name**: wechat_msg_template - **Description**: 微信群发短信模板 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Wechat Message Template 本项目的只有一个,就是微信群发信息带上接收者的备注或昵称 ## Idea from 每年都会收到很多群发的信息,有时候别人可能觉得你没有诚意而忽略你的信息,本项目会增加祝福消息的回复率。 ![Wechat templete idea from](imgs/wechat_template_idea_from.png) ## Requirements * python3 * only tested on Mac ## Usage ``` pip3 install -r requirements.txt ## 编辑 wechat_msg_template 中的模板,然后运行 python3 wechat_msg_template.py ``` 根据提示扫码登录,接下来就是等待别人的祝福吧 :) ## Code base Most of the codes are borrowed from [WeixinBot](https://github.com/Urinx/WeixinBot), you should check the API from its README.