Code Monkey home page Code Monkey logo

ssr-checkin's Introduction

机场自动签到脚本,支持多个机场签到

说明:

  • auto-checkin.py用于基于SS-Panel搭建的机场签到,renewal.py用于基于V2Board搭建的机场订阅续期
  • 支持Python2Python3
  • 目前不支持任何带有验证码(登陆或签到时需要输入验证码)功能的机场
  • 用户名及密码转base64编码可使用Base64在线编码解码

使用方法

1. 利用Github Actions签到(推荐)

  • 点击右上角Fork克隆本项目
  • 修改项目为私有,具体方法见Github更改仓库的可见性
  • 编辑.github/actions/checkin/config.json,填写base64编码后的邮箱及密码
  • 若要修改签到时间,可修改.github/workflows/checkin.yml文件的cron配置 修改签到时间

2. 本地运行

  • 克隆代码库
git clone https://github.com/wzdnzd/ssr-checkin.git
  • 安装依赖库
pip install -U requests
  • 修改 config.json 配置文件
proxyServer: 代理服务器地址,非必需

waitTime: 0 ~ 24,模拟任意时间签到,非必需

retry: 失败时重试次数,非必需

domains:支持多个机场,必须

domain:机场主域名,必须

proxy:true | false,是否使用代理

email:注册时使用的email

password:密码

ssr-checkin's People

Contributors

wzdnzd 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.