# manpa **Repository Path**: mirrorshq/manpa ## Basic Information - **Project Name**: manpa - **Description**: Crawl slowly - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-05 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # manpa A Python library for slow web crawling with browser automation. ## Description manpa is a web crawling library that emphasizes careful, slow crawling to avoid detection. It supports both Selenium and Playwright for browser automation, with features like headless browsing, proxy rotation, and download management. ## Installation ```bash pip install manpa ``` ## Usage ```python from manpa import Manpa # Example usage ``` ## License GPLv3 License