pysteamauth
pysteamauth copied to clipboard
Add proxy support
Adds support for using proxies.
Example usage:
from pysteamauth.auth import Steam
async def main():
steam = Steam(
login='login',
password='password',
proxy="http://ip:port"
)
await steam.login_to_steam()
@sometastycake any possibilities to merge this soon into master?
Merge this pls