Document profile/news/info commands in README
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
31
README.md
31
README.md
@@ -1,6 +1,6 @@
|
|||||||
# lastz-giftcenter-cli
|
# lastz-giftcenter-cli
|
||||||
|
|
||||||
Last-Z Gift Center 的命令列工具,支援查詢帳號資訊與兌換禮品碼。
|
Last-Z Gift Center 的命令列工具,支援查詢帳號資訊、兌換禮品碼,以及查看玩家資料、遊戲公告等。
|
||||||
|
|
||||||
## 安裝
|
## 安裝
|
||||||
|
|
||||||
@@ -43,11 +43,40 @@ python giftcenter.py login
|
|||||||
python giftcenter.py redeem <禮品碼>
|
python giftcenter.py redeem <禮品碼>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 查看完整玩家資料
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python giftcenter.py profile
|
||||||
|
```
|
||||||
|
|
||||||
|
輸出範例:
|
||||||
|
|
||||||
|
```
|
||||||
|
名稱 : LoTimmy
|
||||||
|
UID : 1234567890
|
||||||
|
總部等級 : 29
|
||||||
|
戰力 : 160278330
|
||||||
|
點贊量 : 1586
|
||||||
|
殺敵數量 : 38984
|
||||||
|
送禮等級 : 8
|
||||||
|
稱王次數 : 3
|
||||||
|
聯盟 : 1945-Govs
|
||||||
|
聯盟縮寫 : 45GV
|
||||||
|
```
|
||||||
|
|
||||||
|
### 遊戲公告與下載資訊(免 UID)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python giftcenter.py news # 遊戲版本公告
|
||||||
|
python giftcenter.py info # 地區與最新 APK 下載連結
|
||||||
|
```
|
||||||
|
|
||||||
### 指定 UID(覆蓋 .env)
|
### 指定 UID(覆蓋 .env)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python giftcenter.py --uid <uid> login
|
python giftcenter.py --uid <uid> login
|
||||||
python giftcenter.py --uid <uid> redeem <禮品碼>
|
python giftcenter.py --uid <uid> redeem <禮品碼>
|
||||||
|
python giftcenter.py --uid <uid> profile
|
||||||
```
|
```
|
||||||
|
|
||||||
## 依賴套件
|
## 依賴套件
|
||||||
|
|||||||
Reference in New Issue
Block a user