crab713

Results 3 comments of crab713

This solution can temporarily serve as a substitute, looking forward to other's solution. ``` def get_all_trade_offer_id(steam_client: SteamClient) -> List[dict]: steam_id = steam_client.get_steam_id() response = steam_client._session.get('https://steamcommunity.com/profiles/{}/tradeoffers/'.format(steam_id)) soup = BeautifulSoup(response.text, 'html.parser') trade_offer_soup_list...

> I've done it completely, I can share it with anyone who needs it. please,need it.