dataabc/weibo-crawler

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 57 minutes ago
Added to GitGenius on September 14th, 2026
Created on June 25th, 2019
Open Issues & Pull Requests: 404 (+0)
GitHub issues: Enabled
Number of forks: 918
Total Stargazers: 4,655 (+0)
Total Subscribers: 51 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.4 hours
Mean response time: 9.2 hours
90th percentile: 14.2 hours
Tracked items: 150

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 87% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 11% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 123
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 464 days
Stale 30+ days: 121
Stale 90+ days: 116

Recent activity

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

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

Weibo Crawler is a web scraper that extracts data from Sina Weibo user profiles and posts.

The tool addresses the need to systematically collect Weibo user and post data at scale. It works by crawling one or multiple Weibo user accounts and extracting comprehensive information including user metadata such as follower counts and post counts, along with detailed post data like text content, timestamps, and engagement metrics. The scraper can optionally download images and videos from both original posts and retweets, including Live Photo videos, and can retrieve first-level comments and retweets associated with posts. Results can be written to CSV files by default, or alternatively to JSON, MySQL, MongoDB, or SQLite databases. The tool supports incremental updates, allowing users to periodically re-run the scraper to capture newly published posts from target accounts without re-downloading existing data.

Adoption makes sense for researchers, data analysts, or developers building applications that require historical or ongoing Weibo data collection. The tool suits projects needing comprehensive post metadata and associated media files from specific user accounts. Users can optionally configure database storage instead of CSV output, add authentication cookies to access additional data or bypass rate limiting, and set up automated periodic crawling to keep datasets current. The README provides guidance on obtaining user IDs, managing cookies, and validating cookie validity.

Development activity shows consistent maintenance with regular updates addressing functionality and reliability. The project includes Docker support for simplified deployment across environments. Documentation is thorough, covering setup procedures, configuration options, and optional features like database integration and scheduled execution. The codebase remains actively refined to handle Weibo's platform changes and user requirements.