# dataabc/weibo-crawler

新浪微博爬虫，用python爬取新浪微博数据，并下载微博图片和微博视频

Repository: https://github.com/dataabc/weibo-crawler
Canonical: https://ross.abutalabs.com/products/weibo-crawler
Language: Python
License Family: other
Topics: weibo, crawler, weibo-spider
Last push: 2026-07-22T08:42:55+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 93, release rhythm 35, longevity 100
- inputs: {"age_days": 2626, "days_push": 42, "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 4625, forks 912 (observed 2026-08-28T04:08:55.199953+00:00)

## What it is
A Python crawler for Sina Weibo that scrapes user profiles and posts, exporting data to CSV, JSON, MySQL, MongoDB, or SQLite, and optionally downloading images, videos, comments, and reposts. It supports incremental crawling on a schedule and can run via Docker or as an API service.

## Use cases
- scrape a Weibo user's posts and profile data
- download images and videos from Weibo accounts
- export Weibo posts to CSV or JSON
- store Weibo data in MySQL or MongoDB
- incrementally crawl new Weibo posts on a schedule
- collect Weibo comments and reposts for analysis

## When to choose
- you need structured Weibo data for research or analysis
- you want media (images/videos) downloaded alongside post metadata
- you need flexible output formats including databases
- you want scheduled incremental crawling of Weibo accounts

## When to avoid
- you need to crawl platforms other than Sina Weibo
- you need a GUI rather than config-file-driven CLI usage
- your use case requires an officially supported API with guaranteed compliance

## Facets
- artifact type: cli-tool
- maturity: active
- function: web-scraping, data-generation, etl
- domain: crawlers, social-media
- platform: python, cli, cross-platform
- tags: weibo, sina-weibo, scraper, media-download, csv, mysql, mongodb, sqlite, data-engineering, docker

## Member repositories
- dataabc/weibo-crawler (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:55.199953+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-29T18:19:38.360313+00:00, confidence not recorded.
  - readme: https://github.com/dataabc/weibo-crawler (fetched 2026-08-28T04:08:55.199953+00:00, sha f79ad3d47713)
- Data as of 2026-08-30T08:39:29.467469+00:00.
