Back to home
Setup Path
Review the current repository-first setup path.
MindSpider is presented as an inspectable system, not a closed dashboard. This page connects the public README, the original repository, and the current upstream path so you can evaluate the project honestly before running it.
What to do now
- Start with the public repository and README. That is the authoritative setup path today.
- Review the two-stage architecture: Broad Topic Extraction -> Deep Sentiment Crawling.
- Use MindSpider for the original project story, then follow BettaFish for the latest upstream implementation path.
README-flavored quick start
git clone https://github.com/666ghj/MindSpider.git
cd MindSpider
pip install -r requirements.txt
playwright installThis is intentionally a repository-first bridge to the current open-source setup path and the codebases that define it.