{"id":20699916,"url":"https://github.com/mrmarble/steambd-calculator-parser","last_synced_at":"2025-10-12T01:07:20.189Z","repository":{"id":103175679,"uuid":"202717984","full_name":"MrMarble/steambd-calculator-parser","owner":"MrMarble","description":"Simple Python package to parse steamdb.info/calculator","archived":false,"fork":false,"pushed_at":"2023-05-22T22:29:58.000Z","size":18,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T19:14:52.169Z","etag":null,"topics":["calculator","parser","python","steam","steamdb"],"latest_commit_sha":null,"homepage":null,"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/MrMarble.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":"2019-08-16T11:44:48.000Z","updated_at":"2020-08-30T11:00:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"09be80dd-3182-4838-a5c9-2a2d9600aabc","html_url":"https://github.com/MrMarble/steambd-calculator-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fsteambd-calculator-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fsteambd-calculator-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fsteambd-calculator-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fsteambd-calculator-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrMarble","download_url":"https://codeload.github.com/MrMarble/steambd-calculator-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242967694,"owners_count":20214280,"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","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":["calculator","parser","python","steam","steamdb"],"created_at":"2024-11-17T00:32:47.553Z","updated_at":"2025-10-12T01:07:15.164Z","avatar_url":"https://github.com/MrMarble.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SteamDB Calculator Parser\nSimple Python package to parse steamdb.info/calculator/\\\u003csteam-id\u003e/\n\n### How to install\n\nYou can install this package using pip\n`pip install git+https://github.com/MrMarble/steambd-calculator-parser`\n\n### Usage\n\n```python\n\nfrom steamdbparser import SteamDbParser\nsteamdb = SteamDbParser.parser()\n\nsteamdb.isSteamId('76561198287455504')\n\u003e\u003e\u003e True\n\nsteamdb.isSteamId('mrmarblet')\n\u003e\u003e\u003e False\n\nsteamdb.getSteamDBProfile('76561198287455504')\n\u003e\u003e\u003e {\n        \"display_name\": \"Horus\",\n        \"avatar\": \"https://steamcdn-a.ak[...]_full.jpg\",\n        \"steam_id\": \"76561198287455504\",\n        \"vanity_url\": \"https://steamcommunity.com/id/mrmarblet/\",\n        \"level\": \"97\",\n        \"games\": \"1,349\",\n        \"games_played\": \"943\",\n        \"price\": \"$10875\",\n        \"price_lowest\": \"$2796\",\n        \"price_average\": \"$8.72\",\n        \"price_hour\": \"$4.36\",\n        \"hours\": \"4,213h\",\n        \"hours_average\": \"4.5h\",\n        \"account_age\": \"3.4\", # years\n        \"url_steam\": \"https://steamcommunity.com/profiles/76561198287455504\",\n        \"url_steamdb\": \"https://steamdb.info/calculator/76561198287455504/\"\n    }\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmarble%2Fsteambd-calculator-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmarble%2Fsteambd-calculator-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmarble%2Fsteambd-calculator-parser/lists"}