Skip to content

Add proxy support#17

Open
370rokas wants to merge 12 commits intosometastycake:masterfrom
370rokas:master
Open

Add proxy support#17
370rokas wants to merge 12 commits intosometastycake:masterfrom
370rokas:master

Conversation

@370rokas
Copy link
Copy Markdown

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 370rokas mentioned this pull request Mar 17, 2024
@370rokas
Copy link
Copy Markdown
Author

370rokas commented May 2, 2025

@sometastycake any possibilities to merge this soon into master?

@m-a-prod
Copy link
Copy Markdown

m-a-prod commented Nov 6, 2025

Merge this pls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants