Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

ZxBing0066/juejin-sign-in-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

掘金每日签到 + 抽奖

使用

使用 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 * * *'

免责

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

v1

About

基于 Github Action 掘金社区每日签到与抽奖脚本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%