poe-api-wrapper icon indicating copy to clipboard operation
poe-api-wrapper copied to clipboard

How to enable Python to call SOCKS5 proxy in IP blocked areas.

Open freeario33 opened this issue 1 year ago • 0 comments

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)

freeario33 avatar Sep 16 '24 14:09 freeario33