{"id":31724987,"url":"https://github.com/nuvious/lifetime-steam-playtime-calculator","last_synced_at":"2026-08-03T02:31:04.178Z","repository":{"id":315179225,"uuid":"1058432366","full_name":"nuvious/Lifetime-Steam-Playtime-Calculator","owner":"nuvious","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-17T04:57:55.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-24T02:13:27.454Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuvious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T04:53:59.000Z","updated_at":"2025-09-17T04:57:59.000Z","dependencies_parsed_at":"2025-09-17T06:33:26.751Z","dependency_job_id":"96a3cda4-3800-4915-8377-05754646c19a","html_url":"https://github.com/nuvious/Lifetime-Steam-Playtime-Calculator","commit_stats":null,"previous_names":["nuvious/lifetime-steam-playtime-calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nuvious/Lifetime-Steam-Playtime-Calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2FLifetime-Steam-Playtime-Calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2FLifetime-Steam-Playtime-Calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2FLifetime-Steam-Playtime-Calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2FLifetime-Steam-Playtime-Calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuvious","download_url":"https://codeload.github.com/nuvious/Lifetime-Steam-Playtime-Calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2FLifetime-Steam-Playtime-Calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36215462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-03T02:00:06.975Z","response_time":56,"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":[],"created_at":"2025-10-09T05:19:03.140Z","updated_at":"2026-08-03T02:31:04.161Z","avatar_url":"https://github.com/nuvious.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lifetime Steam Game Playtime Calculator\n\nThis is just a quick script to calculate your lifetime steam game playtime. This works in general\nbut particularly if you and your friends have private profiles that public profile calculators will\nnot be able to see.\n\n## Instructions\n\n- Go to your profile or a friend's profile.\n- Click on `Games` link on the right, should bring you to the `All Games` tab.\n- Copy everything using CTRL-A + CTRL-C\n- Paste into file named `steam_time.txt` in the same directory as the python script.\n- Run the script.\n\n## Example Output\n\nThere's an example file for `steam_time.txt` in this repo. This is the output from that sample file:\n\n```bash\n$ python ./lifetime_steam_time.py\nTotal Steam Time: 0 year(s) 88 day(s) 0 hour(s) 6 minute(s)\n```\n\n## Limitations\n\nSome apps in Steam like Blender may be left open for long periods of time skewing results. Other\ngames have companion apps like VRChat and OVR Advanced Toolkit that double, triple, etc the\nplaytime this calculates. You can edit the script to subtract out these multiplications of time\nmanually as long as you do it in units of minutes.\n\nFor example starting at line 35 you could enter:\n\n```python\n# Subtract out blender gametime\ntotal -= 1000 * 60\n\n# Subtract out OVR Advanced Toolkit\ntotal -= 125.3 * 60\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuvious%2Flifetime-steam-playtime-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuvious%2Flifetime-steam-playtime-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuvious%2Flifetime-steam-playtime-calculator/lists"}