{"id":22452001,"url":"https://github.com/woctezuma/steam-api","last_synced_at":"2025-10-10T20:41:04.061Z","repository":{"id":36577718,"uuid":"129521551","full_name":"woctezuma/steam-api","owner":"woctezuma","description":"Analysis of the Steam store (attributes, categories, genres).","archived":false,"fork":false,"pushed_at":"2025-08-31T10:59:26.000Z","size":31958,"stargazers_count":15,"open_issues_count":9,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-31T12:30:24.255Z","etag":null,"topics":["steam","steam-api","steam-games"],"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/woctezuma.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-04-14T13:53:14.000Z","updated_at":"2025-08-22T12:26:40.000Z","dependencies_parsed_at":"2024-01-20T23:20:55.162Z","dependency_job_id":"8692a889-99a8-42c8-8065-0053b213957e","html_url":"https://github.com/woctezuma/steam-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/woctezuma/steam-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fsteam-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fsteam-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fsteam-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fsteam-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woctezuma","download_url":"https://codeload.github.com/woctezuma/steam-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fsteam-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005273,"owners_count":26083863,"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":"2025-10-10T02:00:06.843Z","response_time":62,"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":["steam","steam-api","steam-games"],"created_at":"2024-12-06T06:09:29.799Z","updated_at":"2025-10-10T20:41:04.044Z","avatar_url":"https://github.com/woctezuma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam API\n\n[![Build status][Build image]][Build]\n[![Code coverage][Codecov image]][Codecov]\n\n  [Build]: \u003chttps://github.com/woctezuma/steam-api/actions\u003e\n  [Build image]: \u003chttps://github.com/woctezuma/steam-api/workflows/Python package/badge.svg?branch=master\u003e\n\n  [PyUp]: https://pyup.io/repos/github/woctezuma/steam-api/\n  [Dependency image]: https://pyup.io/repos/github/woctezuma/steam-api/shield.svg\n  [Python3 image]: https://pyup.io/repos/github/woctezuma/steam-api/python-3-shield.svg\n\n  [Codecov]: https://codecov.io/gh/woctezuma/steam-api\n  [Codecov image]: https://codecov.io/gh/woctezuma/steam-api/branch/master/graph/badge.svg\n\nThis repository contains Python code to download data through Steam API.\n\n## Data\n\nData is available as a snapshot in [another repository](https://github.com/woctezuma/steam-api-data).\n\n## Usage\n\n-   To download an exhaustive list of Steam app ids, along with their app names, run:\n```bash\npython steam_catalog_utils.py\n```\n\n-   To download app details of Steam games, run:\n```bash\npython steam_spy.py\n```\n\n-   To aggregate all the data contained in app details, run:\n```bash\npython aggregate_steam_spy.py\n```\n\n-   To specifically aggregate store descriptions, contained in app details, run:\n```bash\npython aggregate_game_text_descriptions.py\n```\n\n- To plot data for each store attribute, categorie, and genre, run:\n\n```bash\npython analyze_steam_database.py\n```\n\n- To visualize categories and genres, with a 2D embedding (t-SNE ([author's FAQ][tsne-author], [wikipedia][tsne-wiki]) or [UMAP][umap-code]), run:\n\n```bash\npython build_tag_map.py\n```\n\n## Results\n\n### Store attributes\n\nOutputs for each Steam store attribute can be found in [`plots/`](https://github.com/woctezuma/steam-api/wiki/Store-attributes).\n\nConfidence intervals can be found in [`plots_with_confidence_interval/`](https://github.com/woctezuma/steam-api/wiki/Store-attributes-with-interval).\n\n### Categories and genres\n\nOutputs for each categorie and genre can be found in [`plots_categories_and_genres/`](https://github.com/woctezuma/steam-api/wiki/Categories).\n\nConfidence intervals can be found in [`plots_categories_and_genres_with_confidence_interval/`](https://github.com/woctezuma/steam-api/wiki/Categories-with-interval).\n\n### Visualization of categories and genres\n\n![t-SNE plot of Steam categories and genres](https://raw.githubusercontent.com/wiki/woctezuma/steam-api/tag_map.png)\n\n## Addendum\n\nIf you like these stats, [check out my other repository](https://github.com/woctezuma/humble-monthly) with a focus on Humble Monthly bundles.\n\n[tsne-author]: \u003chttps://lvdmaaten.github.io/tsne/\u003e\n[tsne-wiki]: \u003chttps://en.wikipedia.org/wiki/T-distributed_stochastic_neighbor_embedding\u003e\n[umap-code]: \u003chttps://github.com/lmcinnes/umap\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoctezuma%2Fsteam-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoctezuma%2Fsteam-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoctezuma%2Fsteam-api/lists"}