Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Doiiars
2026-03-07 10:25:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c5a9923435946b655a4698eca59f3146d147ca8
6c5a9923
1 parent
ec733a9c
DeepSentiment: 无话题数据时提示用户运行 --broad-topic
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
MindSpider/DeepSentimentCrawling/main.py
MindSpider/DeepSentimentCrawling/main.py
View file @
6c5a992
...
...
@@ -59,6 +59,8 @@ class DeepSentimentCrawling:
if
not
summary
[
'has_data'
]:
print
(
"⚠️ 没有找到话题数据,无法进行爬取"
)
print
(
"💡 请先运行以下命令获取今日话题数据:"
)
print
(
" uv run main.py --broad-topic"
)
return
{
"success"
:
False
,
"error"
:
"没有话题数据"
}
# 2. 获取关键词(不分配,所有平台使用相同关键词)
...
...
Please
register
or
login
to post a comment