Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wzdnzd authored May 14, 2022
1 parent 833a8ca commit 95b5929
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@
* @Description:
* Copyright (c) 2022 by wzdnzd, All Rights Reserved.
-->
# SSR机场自动签到脚本(适用于大部分基于SS-Panel的机场)
# 机场自动签到脚本(适用于大部分基于SSPanel的机场),同时支持多个机场签到

> Note:
> 说明:
> + 支持`Python2``Python3`
> + 目前不支持任何带有验证码(登陆或签到时需要输入验证码)功能的机场
> + 用户名及密码转base64编码可使用[Base64在线编码解码](https://base64.us)
## Usage
## 使用方法
### 1. 利用Github Actions签到(推荐)
+ 点击右上角`Fork`克隆本项目
+ 修改项目为私有,具体方法见[Github更改仓库的可见性](https://docs.github.com/cn/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility#changing-a-repositorys-visibility)
+ 编辑`.github/actions/checkin/config.json`,填写base64编码后的邮箱及密码
+ 若要修改签到时间,可修改`.github/workflows/checkin.yml`文件的`cron`配置
![修改签到时间](https://s1.ax1x.com/2022/05/14/Oc6H56.png)

### 2. 本地运行
+ 克隆代码库
```shell
git clone https://github.com/wzdnzd/ssr-checkin.git
Expand Down

0 comments on commit 95b5929

Please sign in to comment.