proxytools

- collection of scripts for harvesting & testing proxies
git clone git://git.acid.vegas/proxytools.git
Log | Files | Refs | Archive | README | LICENSE

commit 2372f8f10130b449f4925ada9df2f13015907314
parent c33f93b7f916591066e1485de28c78d23776a7d5
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sat, 10 Jun 2023 15:34:41 -0400

Added some documentation

Diffstat:
Msockhub.py | 9+++++++++

1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/sockhub.py b/sockhub.py
@@ -1,11 +1,20 @@
 #!/usr/bin/env python
 # SockSpot Proxy Scraper - Developed by acidvegas in Python (https://git.acid.vegas/proxytools)
 
+'''
+
+Scrap IP:PORT proxies from a URL list
+
+'''
+
 import os
 import re
 import time
 import urllib.request
 
+# Can be any URL containing a list of IP:PORT proxies (does not have to be socks5)
+# The current list contains proxy sources that are updated frequently with new proxies
+# Almost all of the Github repos pull from the same place & contain duplicates (which are removed)
 urls = set((
 	'https://raw.githubusercontent.com/ALIILAPRO/Proxy/main/socks5.txt',
 	'https://raw.githubusercontent.com/B4RC0DE-TM/proxy-list/main/SOCKS5.txt',