该项目 主要用来实现 通过钉钉或者飞书机器人每天在群里 更新 新闻热搜,每日一言,当地天气和时间等情况
当然你也可以做成自动的定时任务每天9:00执行一次,让你的小群热闹起来
[root@test]# crontab -l
0 9 * * * python3 dingding-news.py
0 9 * * * python3 feishu-news.py
用法也非常简单,按照如下操作即可
下载本项目到本地
git clone https://github.com/wenyang0/bot-news.git
修改 飞书 或者 钉钉脚本中的机器人的webhook地址
钉钉:
# 配置钉钉机器人 Webhook URL
webhook_url = "https://oapi.dingtalk.com/robot/send?access_token=YOUR_ACCESS_TOKEN"
飞书:
# 配置飞书机器人 Webhook URL
webhook_url = "YOUR_WEBHOOK_URL"
执行python脚本
钉钉群:
python3 dingding-news.py
飞书群:
python3 feishu-news.py
去钉钉或者飞书群里查看效果