awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesCrawler Extensions

Modular components that extend web crawling functionality with custom request headers and automated behavior.

Distinguishing note: Focuses on modular extensions for crawlers rather than core scraping logic.

Explore 2 awesome GitHub repositories matching web development · Crawler Extensions. Refine with filters or upvote what's useful.

Awesome Crawler Extensions GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • gocolly/collyالصورة الرمزية لـ gocolly

    gocolly/colly

    25,101عرض على GitHub↗

    Colly is a high-performance web scraping framework designed for the automated extraction of structured data from websites. It provides a programmable toolkit that manages the complexities of large-scale data collection, including concurrent request orchestration, automatic cookie handling, and robots.txt compliance. By utilizing an asynchronous execution model, the engine maintains high throughput while preventing resource exhaustion during recursive or distributed crawling tasks. The framework is distinguished by its modular, event-driven architecture, which allows developers to hook into sp

    Provides pluggable extensions to automate user agent rotation and referrer management during web data collection.

    Gocrawlercrawlingframework
    عرض على GitHub↗25,101
  • python3webspider/proxypoolالصورة الرمزية لـ Python3WebSpider

    Python3WebSpider/ProxyPool

    6,223عرض على GitHub↗

    ProxyPool is a proxy pool manager that automatically collects, validates, and serves HTTP proxies from multiple sources through a web API. At its core, it runs scheduled background processes that scrape free and paid proxy websites, test each proxy's availability against configurable target URLs using asynchronous HTTP clients, and store the results in a Redis-backed sorted set where proxies are scored and ranked by reliability. The system distinguishes itself through a pluggable crawler architecture that allows users to add new proxy sources by writing a simple class with target URLs and a p

    Allows adding new proxy sources by writing a class that defines target URLs and a parse method to extract host and port.

    Pythonflaskhttpproxy
    عرض على GitHub↗6,223
  1. Home
  2. Web Development
  3. Crawler Extensions