Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear steam profile name history #389

Open
explowz opened this issue Jun 26, 2022 · 1 comment
Open

Clear steam profile name history #389

explowz opened this issue Jun 26, 2022 · 1 comment

Comments

@explowz
Copy link

explowz commented Jun 26, 2022

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

@PCPisChill
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants