Metadata-Version: 1.1
Name: letmecrawl
Version: 0.11
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.11.tar.gz
Description: Let me crawl
        =======================
        
        Curate proxies from various sources in terms of latency. Supported on python 2.7.* and >3.4.
        
        
        .. code-block:: bash
        
            >> from letmecrawl import letmecrawl
            >> for proxy in letmecrawl():
            >>     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
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
