├── DeCryPt.py ├── Proxy Scraper by DeCryPt ├── http.txt ├── https.txt ├── socks4.txt └── socks5.txt ├── README.md └── requirements.txt /DeCryPt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WTSTiNy/DeCryPt/HEAD/DeCryPt.py -------------------------------------------------------------------------------- /Proxy Scraper by DeCryPt/http.txt: -------------------------------------------------------------------------------- 1 | # For the scraped socks4 proxies 2 | -------------------------------------------------------------------------------- /Proxy Scraper by DeCryPt/https.txt: -------------------------------------------------------------------------------- 1 | # For the scraped socks4 proxies 2 | -------------------------------------------------------------------------------- /Proxy Scraper by DeCryPt/socks4.txt: -------------------------------------------------------------------------------- 1 | # For the scraped socks4 proxies 2 | -------------------------------------------------------------------------------- /Proxy Scraper by DeCryPt/socks5.txt: -------------------------------------------------------------------------------- 1 | # For the scraped socks4 proxies 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WTSTiNy/DeCryPt/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | colorama 3 | --------------------------------------------------------------------------------