ValvePython / steam

☁️ Python package for interacting with Steam
http://steam.readthedocs.io
MIT License
1.1k stars 137 forks source link

add `_transfer_cookie` method (webauth) #341

Closed hexiro closed 3 years ago

hexiro commented 3 years ago

Added a method called, _transfer_cookie which sets a cookie for the three main steam domains. This method removes redundancy of repeating: for domain in ['store.steampowered.com', 'help.steampowered.com', 'steamcommunity.com']: by handling that with this method. Let me know what you think of this idea!