要先单独运行爬虫程序吗?
#405
Answered
by
dosubot
Bot
Return to top
-
|
这个项目是要先运行爬虫获取数据然后才能正常吗? |
Beta Was this translation helpful? Give feedback.
Answered by
dosubot[bot]
Nov 23, 2025
Replies: 2 comments
-
|
Hi @dahoos! I'm Dosu and I’m helping the BettaFish team. 是的,需要先单独运行爬虫(MindSpider)采集数据。BettaFish 的主程序(app.py)只负责分析和可视化,不会自动采集数据,也不会自动运行爬虫。如果数据库没有真实数据,分析报告会出现大量虚假内容或为空,功能无法正常体现。项目没有内置样例数据,也不支持数据库为空时自动采集,必须手动先运行爬虫填充数据库,然后再运行主程序进行分析。推荐流程是:先运行爬虫采集数据,再运行主程序分析。参考1 参考2 参考3 To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dahoos
-
|
要是把MindSpider也和几个Agent一起做在一个页面里启动就好了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dahoos! I'm Dosu and I’m helping the BettaFish team.
是的,需要先单独运行爬虫(MindSpider)采集数据。BettaFish 的主程序(app.py)只负责分析和可视化,不会自动采集数据,也不会自动运行爬虫。如果数据库没有真实数据,分析报告会出现大量虚假内容或为空,功能无法正常体现。项目没有内置样例数据,也不支持数据库为空时自动采集,必须手动先运行爬虫填充数据库,然后再运行主程序进行分析。推荐流程是:先运行爬虫采集数据,再运行主程序分析。参考1 参考2 参考3
To reply, just mention @dosu.
Share context across your team and agents. Try Dosu.