Skip to main content

No project description provided

Project description

pymsy

安装

pip install pymsg

class DingTalkRobot

因钉钉的自定义机器人存在限制:"每个机器人每分钟最多发送20条";为方便使用,该类实例会暂存未发送的消息,并在之后尝试再次发送。

示例

>>> from pymsg import DingTalkRobot

>>> robot = DingTalkRobot('https://oapi.dingtalk.com/robot/send?access_token=***')

>>> robot.text(
...     content='我就是我,  @1825718**** 是不一样的烟火',      # 消息内容
...     at='1825718****',                                  # 被@人的手机号, 可传多个
...     at_all=False                                       # @所有人,默认:False
... )
0                                                          # 返回暂存队列长度
结果
详细功能请参考代码

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymsg-0.2.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page