Server酱 推送
使用方法
执行脚本发送推送:
python3 scripts/send.py "标题" "简短描述"
参数说明
title: 必填,推送标题desp: 可选,简短描述(保持简洁)- 不使用
tags参数
示例
# 仅标题
python3 scripts/send.py "任务完成"
# 带描述
python3 scripts/send.py "构建成功" "项目已部署"
Send push notifications via Server酱³. Use this skill when you need to send messages, notifications, or reminders to users during unattended development. Retrieve the key from the environment variable FT07_KEY.
执行脚本发送推送:
python3 scripts/send.py "标题" "简短描述"
title: 必填,推送标题desp: 可选,简短描述(保持简洁)tags 参数# 仅标题
python3 scripts/send.py "任务完成"
# 带描述
python3 scripts/send.py "构建成功" "项目已部署"