Refactor GitCode daily bot
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# GitCode 每日任务机器人 - 环境配置
|
||||
# 复制此文件为 .env 并填写真实值
|
||||
|
||||
# GitCode 登录凭据(必填)
|
||||
GITCODE_USERNAME=你的手机号/用户名/邮箱
|
||||
GITCODE_PASSWORD=你的密码
|
||||
|
||||
# 飞书 Webhook(可选,不填则跳过飞书通知)
|
||||
# FEISHU_WEBHOOK=https://open.feishu.cn/open-apis/bot/v2/hook/你的webhook
|
||||
|
||||
# 调试模式:设为 true 会打开浏览器窗口,方便观察执行过程
|
||||
# 生产环境请设为 false 或删除此行
|
||||
# DEBUG=false
|
||||
Reference in New Issue
Block a user