{"id":18709945,"url":"https://github.com/jprusik/steam-gauge-api","last_synced_at":"2026-04-19T06:31:48.861Z","repository":{"id":146395810,"uuid":"147110301","full_name":"jprusik/steam-gauge-api","owner":"jprusik","description":"Steam Gauge's backend / API, written in Python with Flask","archived":false,"fork":false,"pushed_at":"2023-07-11T03:17:45.000Z","size":35,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T08:13:03.202Z","etag":null,"topics":["api","api-rest","bigpicture","flask","python","steam","steam-account","steam-api","steam-community","valve"],"latest_commit_sha":null,"homepage":"https://www.mysteamgauge.com","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/jprusik.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}},"created_at":"2018-09-02T18:15:28.000Z","updated_at":"2024-06-10T13:55:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"70c442a8-d68f-4b4f-b85e-963f5bcea8c9","html_url":"https://github.com/jprusik/steam-gauge-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jprusik/steam-gauge-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jprusik%2Fsteam-gauge-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jprusik%2Fsteam-gauge-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jprusik%2Fsteam-gauge-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jprusik%2Fsteam-gauge-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jprusik","download_url":"https://codeload.github.com/jprusik/steam-gauge-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jprusik%2Fsteam-gauge-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31997626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["api","api-rest","bigpicture","flask","python","steam","steam-account","steam-api","steam-community","valve"],"created_at":"2024-11-07T12:29:39.368Z","updated_at":"2026-04-19T06:31:48.837Z","avatar_url":"https://github.com/jprusik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam Gauge API\n\n**NOTE: THIS REPO IS A WORK-IN-PROGRESS REBUILD OF THE [STEAM GAUGE](https://github.com/jprusik/steam-gauge) BACK-END AND PRESENTLY LACKS FEATURE PARITY AND OPTIMIZATIONS SUITABLE FOR PRODUCTION ENVIRONMENTS.**\n\n[Steam Gauge](https://www.mysteamgauge.com) is a collection of web apps driven by technologies like [Flask](http://flask.pocoo.org) and [React](https://reactjs.org) in order to produce data-rich Steam account summaries.\n\nThis repository represents development of the dedicated Flask back-end API app which can not only handle and respond to requests to project's data stores, but also serves as a pass-through to Valve's developer APIs, including the Web and Big Picture APIs. This app has undergone several revisions (including a migration from Python 2 to 3) and is presently being refactored to utilize improved software design patterns.\n\n## Requirements\n\n- Python 3.6.5 or higher (earlier versions of Python 3 have not been tested)\n- Package requirements can be found in [`requirements.txt`](app/requirements.txt) and installed with [pip](https://pip.pypa.io) (Note: if you opt to use MySQL, you may have to download and `make` [mysql-connector-python](https://dev.mysql.com/downloads/connector/python/) manually)\n- (Optional) [Pipenv](https://pipenv.pypa.io)\n\n## Usage\n\n- Create `.env` in the app directory and give values to your app constants (see [`.env.example`](./.env.example)).\n- To run locally, execute `wsgi.py` with Flask from the app root: `flask run`.\n- Alternatively, the app can be run via [Pipenv](https://pipenv.pypa.io) with the command `pipenv run flask run`.\n- Access with your client (by default) at `http://localhost:5000`.\n\n### Docker\n\nIf you have Docker installed, you can build and run a container to access the api\n\n```shell\ndocker build -f Dockerfile.dev -t sgapi:dev . \u0026\u0026 docker run --env-file ./.env -d -p 5000:5000 sgapi:dev\n```\n\n## Limitations \u0026 Known Issues\n\n- Presently, there is no testing to mitigate regressions.\n\n## Author\n\nJonathan Prusik [@jprusik](https://github.com/jprusik)\nwww.classynemesis.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjprusik%2Fsteam-gauge-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjprusik%2Fsteam-gauge-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjprusik%2Fsteam-gauge-api/lists"}