Added highlighting and other files for maintainablility

This commit is contained in:
SovereigntyIsNotFreedom 2025-01-24 15:12:23 +03:00
parent 9493fe420a
commit e4a46e1c5c

View file

@ -4,7 +4,6 @@ import urllib
import socks, socket, glob import socks, socket, glob
from utils import * from utils import *
#apt install python3-pandas python3-requests python3-socks
def main(): def main():
proxies = { proxies = {
'http': 'socks5h://127.0.0.1:9050', 'http': 'socks5h://127.0.0.1:9050',