wzdnzd/aggregator

One-stop Proxies Crawling and Aggregation Platform

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 31 minutes ago
Added to GitGenius on September 9th, 2026
Created on June 10th, 2019
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 5,481
Total Stargazers: 6,765 (+0)
Total Subscribers: 46 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.1 hours
Mean response time: 11.7 hours
90th percentile: 29.1 hours
Tracked items: 41

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. Only 8% of issues opened in the past year have been closed. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

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

Top labels

  • evaluate later (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Aggregator is a proxy pool construction tool that crawls, validates, and aggregates free proxies from multiple sources into formats compatible with various proxy clients.

The tool solves the problem of manually sourcing and managing proxy lists by automating the entire workflow. It crawls proxies from platforms including Telegram, GitHub, Google, Yandex, and Twitter, then validates their activity and quality through intelligent checking. The aggregated proxies are converted into formats supported by clients like Clash, V2Ray, and SingBox, and can be stored on multiple backends including GitHub Gist, PasteGG, and Imperial. The project includes a plugin system for extending crawling capabilities and uses multithreading for efficient batch processing.

The tool offers two usage modes suited to different needs. The process.py mode provides full functionality with support for complex configurations, multiple crawling sources, custom rules, and scheduled automation, making it appropriate for users who need fine-grained control over proxy collection and multi-group output management. The collect.py mode is a simplified version designed for quick proxy gathering without complex configuration, suitable for personal daily use and rapid free proxy acquisition. Adoption is straightforward for users comfortable with Python configuration files and environment variables.

Development activity shows significant architectural ambition. The project has planned a comprehensive refactoring to introduce core interfaces like ICrawler, IStorage, and IConverter with corresponding base classes and factory patterns to reduce module coupling. A plugin architecture is under development to modularize crawlers, storage backends, and converters with automatic discovery and registration systems. The configuration system is being enhanced with Pydantic-based type-safe models, improved validation with better error messaging, and standardized templates for common scenarios.