Metadata-Version: 2.1
Name: wechat-auto
Version: 0.3.1
Summary: A wechat auto reply robot
Home-page: https://github.com/true1023/wechat_auto
Author: Qinluo
Author-email: shi12li12@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# wechat_auto

## Function list

1. weather.py 定时获取当天所有天气的预报数据，保存到本地，之后通过调用则返回本地数据
2. 控制台完成
3. 问候接口完成，可以动态设置时间
4. 根据系统提示存储已删好友信息，定期清理好友列表
5. 自动通过好友请求，打招呼并提醒关注公众号

## Specification

根目录下必须有storage文件夹用来存放数据，
storage文件夹下须有city.json文件告诉组件需要提前请求哪些城市的天气情况
具体格式参考github上的模板

