dataabc/weibospider

新浪微博爬虫,用python爬取新浪微博数据

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 26 minutes ago
Added to GitGenius on September 6th, 2026
Created on March 25th, 2016
Open Issues & Pull Requests: 44 (+0)
GitHub issues: Enabled
Number of forks: 2,066
Total Stargazers: 9,707 (+0)
Total Subscribers: 141 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.1 hours
Mean response time: 8.7 hours
90th percentile: 14.4 hours
Tracked items: 129

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 37
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 379 days
Stale 30+ days: 36
Stale 90+ days: 35

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • wontfix (77)
  • failed (56)
  • feature (30)
  • bug (21)
  • help wanted (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Weibo Spider is a web scraper that extracts data from Sina Weibo user accounts and stores the results in files or databases.

The tool solves the problem of collecting historical posts and user information from Sina Weibo accounts at scale. It works by authenticating with cookie credentials to access Weibo's servers, then systematically crawling one or multiple user profiles to retrieve comprehensive datasets. The scraper captures two main categories of data: user profile information and individual post metadata. Results can be written to multiple storage formats including text files, CSV, JSON, MySQL, MongoDB, and SQLite databases. The tool also supports downloading media assets embedded in posts, including original images from both native and reposted content, as well as video files from posts and Live Photo features.

Developers should choose this tool if they need authenticated access to Weibo data for research or analysis purposes. It suits projects requiring bulk historical data collection from specific user accounts rather than real-time streaming. The README mentions a cookie-free alternative version with similar functionality but notes that the cookie-based approach in this repository provides access to additional features. The tool requires manual cookie configuration to function, which adds a setup step compared to unauthenticated approaches.

The project is marked as seeking help, indicating active maintenance needs and openness to community contributions.