|
@@ -19,7 +19,9 @@ class QplKs:
|
|
|
{'纪实类': '705'}, {'财经投资': '690'}, {'摄影': '704'}, {'艺术文化': '682'}, {'房产家居': '683'},
|
|
|
{'时尚': '675'}, {'体育运动': '680'}, {'健身达人': '706'},{'健康医疗': '684'},]
|
|
|
#{'星座命理': '699'}, {'汽车': '678'}, {'影视娱乐': '702'},{'短剧': '674'},{'高新数码': '686'}
|
|
|
- fans_count = [{10000000: 0}, {5000000: 10000000}, {3000000: 5000000}, {1000000: 3000000}, {100000: 1000000}, {0: 100000}]
|
|
|
+ # fans_count = [{10000000: 0}, {5000000: 10000000}, {3000000: 5000000}, {1000000: 3000000}, {100000: 1000000}, {0: 100000}]
|
|
|
+ fans_count = [{5000000: 10000000}, {3000000: 5000000}, {1000000: 3000000}, {100000: 1000000}, {0: 100000}]
|
|
|
+
|
|
|
# fans_count = [{1000000: 3000000}, {100000: 1000000}, {0: 100000}]
|
|
|
|
|
|
|
|
@@ -89,7 +91,7 @@ class QplKs:
|
|
|
"https://open.feishu.cn/open-apis/bot/v2/hook/ba69e1b6-5839-4640-8932-94f53de5a067",
|
|
|
"【 磁力聚星cookie过期 】")
|
|
|
time.sleep(360)
|
|
|
- response = requests.request("POST", url, headers=headers, data=payload)
|
|
|
+ continue
|
|
|
response = response.json()
|
|
|
print(f"开始扫描{content},粉丝量{payload_data['fansMinNum']}~{payload_data['fansMaxNum']}")
|
|
|
try:
|