sandbox-pokhara / league-client

league-client is a python package to communicate with riot servers
MIT License
21 stars 9 forks source link

how to use an socks5 proxy instead http? #11

Closed rscx-r1 closed 1 year ago

rscx-r1 commented 1 year ago

sorry for stupid question but it is problem for me, when i change all code of library for work with socks5 - it breaks...

pradishb commented 1 year ago

socks5 is supported, use socks5 schema in proxy argument

await get_account_details(username, password, proxy="socks5://user:pass@ip:port")