MCBBSAutoSignIn/README.md
2022-11-06 12:00:35 +08:00

17 lines
319 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# MCBBSAutoSignIn
MCBBS自动签到脚本
-----------------------------
代码使用2Captcha服务来过极验验证
[网址](https://2captcha.com)
```
// 2Captcha的api_key用于过极验验证
$api_key = "";
// mcbbs的cookie
$cookie = "";
// server酱api_key
$key = "";
```
api_key, cookie以及key自行填入