Metadata-Version: 2.1
Name: acrawler-cfscrape
Version: 0.0.3
Summary: The handler working with aCrawler and Prometheus
Home-page: https://github.com/wooddance/acrawler-cfscrape
Author: wooddance
Author-email: zireael.me@gmail.com
License: UNKNOWN
Description: # acrawler-cfscrape
        
        The handler works with [aCrawler](https://github.com/wooddance/aCrawler) and [cloudflare-scrape](https://github.com/Anorov/cloudflare-scrape)
        
        ## Installation
        
        ```bash
        $ pip install acrawler_cfscrape
        ```
        
        ## Usage
        
        Add Handler:
        
        ```python
        class MyCrawler(Crawler):
            middleware_config = {
                "acrawler_cfscrape.CfscrapeHandler": True,
            }
        
            config = {
                "CFS_COOKIES_FILE": Path.home() / ".cfscookies",
                "CFS_URL": "http://www.example.com",
                "CFS_PROXIES": None,
            }
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
