Metadata-Version: 2.1
Name: offiaccount
Version: 0.0.8
Summary: WeChat Official Account API
Home-page: https://github.com/JiauZhang/offiaccount
Author: JiauZhang
Author-email: jiauzhang@163.com
License: GPL-2.0
Keywords: WeChat,Official Account,WeChat API
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx

### 生成 Token
```shell
python3 get_token.py --appid YOUR_APPID --secret YOUR_SECRET
# 输出的 ip 需要提前添加到白名单中，否则无法获取 token
ip: YOUR_IP
access_token: YOUR_ACCESS_TOKEN
```
