Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 769 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 769 Bytes

掘金每日签到 + 抽奖

使用

使用 github action 每日定时功能

  1. Fork 本项目

  2. 添加 Secrets

    方法:Settings -> Secrets -> New repository secret

    • JJ_COOKIE (掘金 cookie,去到掘金页面找到任一 api 即可获取;必填)
    • SERVER_KEY (server 酱 key,用于将脚本结果发送 server 酱通知;选填)
  3. 修改 .github/workflows 定时策略 cron

    参考 github action 文档 CRON

    schedule:
        - cron: '0 22 * * *'

免责

本代码仅用于学习,下载后请勿用于商业用途,并且使用该脚本发生的一切后果与本人无关