feat: webo full context support

This commit is contained in:
程序员阿江(Relakkes)
2025-12-26 19:22:24 +08:00
parent ff1b681311
commit 55d8c7783f
2 changed files with 69 additions and 2 deletions

View File

@@ -31,6 +31,10 @@ WEIBO_SPECIFIED_ID_LIST = [
# 指定微博用户ID列表
WEIBO_CREATOR_ID_LIST = [
"5533390220",
"5756404150",
# ........................
]
# 是否开启微博爬取全文的功能,默认开启
# 如果开启的话会增加被风控的概率,相当于一个关键词搜索请求会再遍历所有帖子的时候,再请求一次帖子详情
ENABLE_WEIBO_FULL_TEXT = True