Skip to content

Commit 25d1fcd

Browse files
committed
update README
1 parent 8ca5d86 commit 25d1fcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- submit1.png
2424
- submit2.png
2525

26-
## balloonCMD.exe
26+
## ~~balloonCMD.exe~~ (已被Garena禁用)
2727
使用token在背景執行,需自行取得token
2828

2929
### 功能

balloon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def parseCode(inputList):
1818
def getGarenaComment(rootID=0,num=5):
1919
url = "https://commenttw.garenanow.com/api/comments/get/"
2020
header = {'User-Agent': 'Garenagxx/2.0.1909.2618 (Intel x86_64; zh-Hant; TW)',"Content-Type": 'application/json'}
21-
news = ["32165"] #"32164", "32159", "32153"
21+
news = ["32165"] #"32164","32159", "32153"
2222
data = {"obj_id": "tw_32775_newnews_{}".format(random.choice(news)),
2323
"root_id": 0,
2424
"size": num, #留言數量

0 commit comments

Comments
 (0)