Metadata-Version: 2.1
Name: proxyby41
Version: 1.0.4
Summary: Scrape All Types Of Proxies In A Click
Home-page: https://github.com/41_alderson/proxyby41
Author: Anirudh Alderson
Author-email: ano1425mous@gmail.com
License: MIT
Description: # proxyby41
        
        #proxyby41 advanced proxy scraper library for python3+ 
        
        #usage 
        ``` from proxyby41 import scrape_proxy
        
            #For Http/Https Proxies
            scrape_proxy.http()
            
            #For Socks4 Proxies
            scrape_proxy.socks4()
            
            #For Socks5 Proxies
            scrape_proxy.socks5()
            
            #To Get All At A Time
            scrape_proxy.get_all()  [Note: All Are Saved In Different Files]  ```
            
        
            
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
