luvletter2333 / ssr-checkin

SS(R)机场自动签到脚本

Home Page:https://github.com/wzdnzd/ssr-checkin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSR机场自动签到脚本(适用于大部分基于SS-Panel的机场)

Note:

  • 支持Python2Python3
  • 目前不支持任何带有验证码(登陆或签到时需要输入验证码)功能的机场

Usage

  • 克隆代码库
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:密码

About

SS(R)机场自动签到脚本

https://github.com/wzdnzd/ssr-checkin

License:Apache License 2.0


Languages

Language:Python 100.0%