pysteamauth icon indicating copy to clipboard operation
pysteamauth copied to clipboard

Add proxy support

Open 370rokas opened this issue 1 year ago • 2 comments

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()

370rokas avatar Mar 17 '24 22:03 370rokas

@sometastycake any possibilities to merge this soon into master?

370rokas avatar May 02 '25 11:05 370rokas

Merge this pls

m-a-prod avatar Nov 06 '25 00:11 m-a-prod