Rokas
Results
3
issues of
Rokas
Hey, does this module support the usage of http/https proxies for authentication and requests? Thanks :)
Adds support for using proxies. Example usage: ```python from pysteamauth.auth import Steam async def main(): steam = Steam( login='login', password='password', proxy="http://ip:port" ) await steam.login_to_steam() ```
This patches the bug #456.