awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gocolly/collyAvatar von gocolly

    gocolly/colly

    25,101Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗25,101
  • python3webspider/proxypoolAvatar von Python3WebSpider

    Python3WebSpider/ProxyPool

    6,223Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,223
  1. Home
  2. Web Development
  3. Crawler Extensions