luckyway7
Results
2
issues of
luckyway7
``` from steampy.client import SteamClient login_cookies = {} # provide dict with cookies steam_client = SteamClient('MY_API_KEY',username='MY_USERNAME',login_cookies=login_cookies) assert steam_client.was_login_executed ``` Steampy has a method for logging in using cookies. My question...
### Checklist - [x] I believe the idea is awesome and would benefit the framework - [x] I have searched in the issue tracker for similar requests, including closed ones...
enhancement