Metadata-Version: 2.1
Name: fastnotifier
Version: 0.0.2
Summary: make it easy to use notifier
Home-page: https://gitee.com/ZeroSeeker/fastnotifier
Author: ZeroSeeker
Author-email: zeroseeker@foxmail.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
License-File: LICENSE

# fastnotifier

#### 介绍
快速使用第三方机器人

#### 软件架构
软件架构说明
- 支持企业微信（fastnotifier.wechat）


#### 安装教程

1.  pip安装
```shell script
pip install fastnotifier
```
2.  pip安装（使用淘宝镜像加速）
```shell script
pip install fastnotifier -i https://mirrors.aliyun.com/pypi/simple
```

#### 使用说明

1.  demo
```python
import fastnotifier
query_res = fastnotifier.wechat(msg='test')
```

#### env
```text
webhook=https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=
at_ids=aaa,bbb
at_mobiles=aaa,bbb
```


