We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca5d86 commit 25d1fcdCopy full SHA for 25d1fcd
README.md
@@ -23,7 +23,7 @@
23
- submit1.png
24
- submit2.png
25
26
-## balloonCMD.exe
+## ~~balloonCMD.exe~~ (已被Garena禁用)
27
使用token在背景執行,需自行取得token
28
29
### 功能
balloon.py
@@ -18,7 +18,7 @@ def parseCode(inputList):
18
def getGarenaComment(rootID=0,num=5):
19
url = "https://commenttw.garenanow.com/api/comments/get/"
20
header = {'User-Agent': 'Garenagxx/2.0.1909.2618 (Intel x86_64; zh-Hant; TW)',"Content-Type": 'application/json'}
21
- news = ["32165"] #"32164", "32159", "32153"
+ news = ["32165"] #"32164","32159", "32153"
22
data = {"obj_id": "tw_32775_newnews_{}".format(random.choice(news)),
"root_id": 0,
"size": num, #留言數量
0 commit comments