poe-api-wrapper
poe-api-wrapper copied to clipboard
How to enable Python to call SOCKS5 proxy in IP blocked areas.
How to enable Python to call SOCKS5 proxy in IP blocked areas. proxy_context = [ {"https":'socks5://127.0.0.1:10808', "http":'socks5://127.0.0.1:10808'}, {"https":'127.0.0.1:10809', "http":'127.0.0.1:10809'}, ] client = PoeApi(tokens,proxy=proxy_context)