I am using this library in Python. I want this library to connect to AI through a proxy
How should I set it up? I tried this:
os.environ[‘HTTP_PROXY’] = ‘socks5://127.0.0.1:7890’
os.environ[‘HTTPS_PROXY’] = ‘socks5://127.0.0.1:7890’
But it didn’t work.
PySocks
veya requests[socks]
denedin mi? İstersen bu kütüphaneler ile bir deneme yapabilirsin