{"id":35395028,"url":"https://github.com/sometastycake/steam-password-change","last_synced_at":"2026-01-02T10:00:07.709Z","repository":{"id":154150139,"uuid":"605388865","full_name":"sometastycake/steam-password-change","owner":"sometastycake","description":"Steam password change","archived":false,"fork":false,"pushed_at":"2025-02-12T17:50:35.000Z","size":23,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T18:44:09.572Z","etag":null,"topics":["pysteam","steam","steam-account","steam-api","steam-password","steam-sdk","steamcommunity"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sometastycake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-23T03:33:07.000Z","updated_at":"2025-02-12T17:50:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"760215b7-0dad-4177-ade1-84554d9d780a","html_url":"https://github.com/sometastycake/steam-password-change","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sometastycake/steam-password-change","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sometastycake%2Fsteam-password-change","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sometastycake%2Fsteam-password-change/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sometastycake%2Fsteam-password-change/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sometastycake%2Fsteam-password-change/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sometastycake","download_url":"https://codeload.github.com/sometastycake/steam-password-change/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sometastycake%2Fsteam-password-change/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28171919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-02T02:00:06.235Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pysteam","steam","steam-account","steam-api","steam-password","steam-sdk","steamcommunity"],"created_at":"2026-01-02T10:00:02.914Z","updated_at":"2026-01-02T10:00:07.701Z","avatar_url":"https://github.com/sometastycake.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam-password-change\n\n[![Python: versions](\nhttps://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)]()\n\n\n## Description\n\nScript changes Steam account password. It works only for accounts with Steam Guard\n\n## Usage\n\n```python\nfrom steampassword.chpassword import SteamPasswordChange\nfrom steampassword.steam import CustomSteam\nfrom steampassword.utils import generate_password\n\n\nasync def main():\n    steam = CustomSteam(\n        login='login',\n        password='password',\n        shared_secret='shared_secret',\n        identity_secret='identity_secret',\n        device_id='device_id',\n        steamid=76560000000000000,\n    )\n    newpassword = generate_password()\n    await SteamPasswordChange(steam).change(newpassword)\n```\n\n\n## Licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsometastycake%2Fsteam-password-change","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsometastycake%2Fsteam-password-change","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsometastycake%2Fsteam-password-change/lists"}