Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
修改说明文件,同时支持ct8与serv00自动化保号
  • Loading branch information
yixiu001 authored Jul 9, 2024
1 parent 1ee9142 commit e06cea6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## serv00自动化批量保号,每3天自动登录一次面板,并且发送消息到Telegram
## serv00与ct8自动化批量保号,每3天自动登录一次面板,并且发送消息到Telegram

利用github Action以及python脚本实现

Expand Down Expand Up @@ -31,8 +31,9 @@
-
```json
[
{"username": "serv00的账号", "password": "serv00的密码", "panelnum": "服务器号,比如s6.serv00.com的就是6"},
{"username": "user2", "password": "password2", "panelnum": 2}
{"username": "serv00的账号", "password": "serv00的密码", "panel": "s6.serv00.com"},
{"username": "ct8的账号", "password": "ct8的密码", "panel": "panel.ct8.pl"},
{"username": "user2", "password": "password2", "panel": 2}
]
```
- `TELEGRAM_BOT_TOKEN`: 你的 Telegram Bot 的 API Token。
Expand Down Expand Up @@ -77,4 +78,4 @@
- **保密性**: Secrets 是敏感信息,请确保不要将它们泄露到公共代码库或未授权的人员。
- **更新和删除**: 如果需要更新或删除 Secrets,可以通过仓库的 Secrets 页面进行管理。

通过以上步骤,你就可以成功将代码 fork 到你的仓库下并运行它了。如果需要进一步的帮助或有其他问题,请随时告知!
通过以上步骤,你就可以成功将代码 fork 到你的仓库下并运行它了。如果需要进一步的帮助或有其他问题,请随时告知!

0 comments on commit e06cea6

Please sign in to comment.