steam icon indicating copy to clipboard operation
steam copied to clipboard

Clear steam profile name history

Open explowz opened this issue 3 years ago • 1 comments

It would come in very handy if it were possible to add a function to clear the steam account's steam profile name history.

explowz avatar Jun 26 '22 18:06 explowz

from steam.client import SteamClient
client = SteamClient()

s = client.get_web_session()
postData = {'sessionid': s.cookies.get_dict()['sessionid']}
output = s.post('https://steamcommunity.com/profiles/%s/ajaxclearaliashistory/' % str(client.steam_id), data=postData)

PCPisChill avatar May 20 '23 19:05 PCPisChill