📝 Update README.md
This commit is contained in:
parent
a81a7e05e9
commit
6f3fa9eca0
1 changed files with 12 additions and 6 deletions
16
README.md
16
README.md
|
@ -33,11 +33,11 @@ ServerTap 的默认设置是开启 KeyAuth,密钥为 `change_me`,可以直
|
|||
如果脚本与 ServerTap 不在同一台机器上,或改变了 ServerTap 的端口号,可以通过以下参数调整:
|
||||
|
||||
| 参数 | 说明 |
|
||||
| ------ | -------------------------------------------------- |
|
||||
| --room | 直播房间号,**必须** |
|
||||
| --host | ServerTap 的主机名,默认为 `127.0.0.1` |
|
||||
| --port | ServerTap 的端口,默认为 `4567` |
|
||||
| --key | ServerTap 的认证 Key,如果不设置认证则不需要此参数 |
|
||||
| -------- | -------------------------------------------------- |
|
||||
| `--room` | 直播房间号,**必须** |
|
||||
| `--host` | ServerTap 的主机名,默认为 `127.0.0.1` |
|
||||
| `--port` | ServerTap 的端口,默认为 `4567` |
|
||||
| `--key` | ServerTap 的认证 Key,如果不设置认证则不需要此参数 |
|
||||
|
||||
脚本自带帮助:
|
||||
|
||||
|
@ -54,3 +54,9 @@ optional arguments:
|
|||
--port PORT ServerTap 的端口
|
||||
--key KEY ServerTap 的认证信息
|
||||
```
|
||||
|
||||
## 致谢
|
||||
|
||||
- Creeper23456 提供了需求和使用的机会,并反馈了 bug;
|
||||
- `.gitignore` 来自 [GitHub - github/gitignore: A collection of useful .gitignore templates](https://github.com/github/gitignore);
|
||||
- 感谢 [GitHub - Nemo2011/bilibili-api: 哔哩哔哩常用 API 调用。支持视频、番剧、用户、频道、音频等功能。工具齐全。原储存库地址:https://github.com/MoyuScript/bilibili-api](https://github.com/Nemo2011/bilibili-api) 提供了方便的 B 站 API 调用。
|
||||
|
|
Loading…
Reference in a new issue