Coder Social home page Coder Social logo

klpbbs_auto_sign_in's Introduction

基于 GitHub Action 的苦力怕论坛自动签到脚本
GitHub Stars GitHub Forks

如何使用

  1. Fork 这个仓库
  2. 授予工作流读取和写入权限(用于工作流保活,如果仓库中在过去 60 天内没有提交,GitHub 将暂停 GitHub 工作流的计划触发器。除非进行新的提交,否则基于 cron 的触发器不会运行。) step2.webp
  3. 打开 Actions secrets and variables
    step3.webp
  4. 添加以下 secret:USERNAMEPASSWORD

更多功能

自定义签到时间

(默认每天 00:01 签到)

  1. .github/workflows/sign_in.yml 中修改签到时间

用户组到期后自动续费

  1. 打开 Actions secrets and variables
  2. 添加以下 secret:SWITCH_USERRENEWAL_VIPRENEWAL_SVIP

签到后邮件提示

  1. 打开 Actions secrets and variables
  2. 添加以下 secret:MAIL_ENABLEMAIL_HOSTMAIL_PORTMAIL_USERNAMEMAIL_PASSWORDMAIL_TO

签到后企业微信提示

  1. 打开 Actions secrets and variables
  2. 添加以下 secret:WECHAT_ENABLEWECHAT_WEBHOOKWECHAT_MENTIONED

签到后Server酱提示

  1. 打开 Actions secrets and variables
  2. 添加以下 secret:SERVERCHAN_ENABLESERVERCHAN_KEY

签到后 Ntfy 提示

  1. 打开 Actions secrets and variables
  2. 添加以下 secret:NTFY_ENABLENTFY_URLNTFY_TOPIC
  3. 认证 (以下方法任选一个)
    1. 如果要使用用户名+密码认证,添加以下 secret:NTFY_USERNAMENTFY_PASSWORD
    2. 如果要使用 Token 认证,添加以下 secret:NTFY_TOKEN

统计数据

klpbbs_auto_sign_in's People

Contributors

xyz8848 avatar grandduke1106 avatar actions-user avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.