steam
steam copied to clipboard
Clear steam profile name history
It would come in very handy if it were possible to add a function to clear the steam account's steam profile name history.
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)