# LiuRoy/zhihu_spider

知乎爬虫

Repository: https://github.com/LiuRoy/zhihu_spider
Canonical: https://ross.abutalabs.com/products/zhihu_spider
Language: Python
License Family: other
Last push: 2016-08-04T08:06:29+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3822, "days_push": 3681, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1282, forks 611 (observed 2026-08-28T04:04:14.024396+00:00)

## What it is
A Scrapy-based web crawler that scrapes Zhihu user profiles and their follower/following relationship graphs, storing data in MongoDB. It serves primarily as an educational example of building a login-aware Scrapy spider with Celery-based async image downloading.

## Use cases
- scrape zhihu user profiles
- crawl social network follower relationships
- learn scrapy with a real example
- extract user data from zhihu
- build a social graph from a website
- scrape user avatars asynchronously

## When to choose
- you want a worked Scrapy example with login, CSRF handling, and pagination
- you need to crawl Zhihu user data and relationship topology
- you want to see Scrapy combined with MongoDB, RabbitMQ, and Celery

## When to avoid
- you need a maintained tool - the last release was 2016 and Zhihu's site has changed
- you want scraping without providing your own Zhihu account credentials
- you need a general-purpose scraping framework rather than a site-specific spider

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: web-scraping, parser
- domain: crawlers, social-media
- platform: python, cli
- tags: scrapy, zhihu, mongodb, rabbitmq, celery, social-graph, data-engineering, docker

## Member repositories
- LiuRoy/zhihu_spider (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:14.024396+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:57:39.969034+00:00, confidence not recorded.
  - readme: https://github.com/LiuRoy/zhihu_spider (fetched 2026-08-28T04:04:14.024396+00:00, sha 1fe9458f88a2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
