Files
lastz-giftcenter-cli/QUICKSTART.md
2026-03-20 00:43:56 +08:00

514 B

快速開始

1. 安裝依賴

pip install -r requirements.txt

2. 設定 UID

建立 .env 檔案:

echo "UID=your_uid_here" > .env

your_uid_here 替換為你的實際 UID。

3. 確認帳號

python giftcenter.py login

看到「登入成功」即代表設定正確。

4. 兌換禮品碼

python giftcenter.py redeem ABCD1234

成功時顯示「兌換成功!」,失敗時會說明原因(碼不存在、已過期、已使用等)。