Metadata-Version: 2.1
Name: wxgbot
Version: 1.2
Summary: 企业微信机器人发送消息
Home-page: UNKNOWN
Author: wanghaiyang
Author-email: why13082847531@163.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
Requires-Dist: requests

# wxgbot

用于发送企业微信机器人消息，如文本、图片、文件

## 安装
可以直接 `pip` 安装
> pip install wxgbot

### 举例
```text
from wxgbot import *
test_bot = r"**********************************"
coment = r"牛逼哄哄带闪电！"
send_text(text = coment,bot = test_bot)
```


