Metadata-Version: 1.1
Name: letmecrawl
Version: 0.0.5
Summary: let me crawl
Home-page: https://github.com/montenegrodr/letmecrawl
Author: Robson Montenegro
Author-email: montenegrodr@gmail.com
License: MIT
Download-URL: https://github.com/montenegrodr/letmecrawl/archive/0.0.5.tar.gz
Description: Let me crawl
        =======================
        
        Curate proxies from various sources in terms of latency.
        
        .. code-block:: bash
        
            >> from letmecrawl import LMC
            >> for proxy in LMC().pop():
            >>     print proxy
            88.99.11.10:6666
        
        
        
        Installation
        -----------------
        .. code-block:: bash
        
            pip install letmecrawl
        
Keywords: scrape crawl
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
