Metadata-Version: 2.1
Name: acrawler_cfscrape
Version: 0.0.1
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 [Prometheus](http://prometheus.io/).
        
        ## 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",
            }
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
