在 GitHub Actions 中运行,拉取项目源码执行。

Quick start

  1. New GitHub repository

  2. Enable Workflow r/w permissions

    「Settings → Actions」

    Untitled

  3. New repository secret

    「Settings → Actions secrets and variables」

    Add the required configuration

    Secrets Required Description
    EPIC_EMAIL yes 邮箱
    EPIC_PASSWORD yes 密码
    <pendnig> optional

    Untitled

  4. Create Actions

  5. Try to run Actions

    检查任务是否成功运行,排除处理错误

  6. Modify your timer

    检查 cron 表达式是否合理,修改默认的定时配置,提交改动并部署定时任务

    注意:免费游戏在北京时间周四晚11:00更新。在最佳实践中,你不应该“踩点”和“准点”运行且要尽可能避开流量高峰期。另外,Actions cron 默认为 UTC 时区。

    你可以利用 timer 间接提升系统鲁棒性,如参考配置中默认每天发起一次任务。

What’s next

🌟 为项目点个赞叭!不要做世人痛恨的伸手党噢 (o゜▽゜)o☆ ❓ 任何有关本项目的问题都可以在项目议题中留言o((>ω< ))o

🌟 为项目点个赞叭!不要做世人痛恨的伸手党噢 (o゜▽゜)o☆ ❓ 任何有关本项目的问题都可以在项目议题中留言o((>ω< ))o

Demonstration

Apprise Notify

Common Issues