11 Star 100 Fork 30

程序员晚枫 / PyOfficeRobot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
010-定时群发.py 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
# -*- coding: UTF-8 -*-
'''
@作者 :B站/抖音/微博/小红书/公众号,都叫:程序员晚枫
@微信 :CoderWanFeng : https://mp.weixin.qq.com/s/8x7c9qiAneTsDJq9JnWLgA
@个人网站 :www.python-office.com
@Date :2023/4/27 21:20
@Description :
'''
"""
定时群发消息
"""
# pip
import PyOfficeRobot
if __name__ == '__main__':
PyOfficeRobot.group.send()
Python
1
https://gitee.com/CoderWanFeng/PyOfficeRobot.git
git@gitee.com:CoderWanFeng/PyOfficeRobot.git
CoderWanFeng
PyOfficeRobot
PyOfficeRobot
main

搜索帮助