{"id":21539679,"url":"https://github.com/ramonmeza/mysteamstats","last_synced_at":"2025-03-17T21:43:36.298Z","repository":{"id":254153172,"uuid":"845650725","full_name":"ramonmeza/MySteamStats","owner":"ramonmeza","description":"Visualize your stats from your favorite games on Steam!","archived":false,"fork":false,"pushed_at":"2024-08-30T00:55:46.000Z","size":17253,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T08:11:31.713Z","etag":null,"topics":["data","statistics","steam","steam-api","videogame","visualization"],"latest_commit_sha":null,"homepage":"https://www.mysteamstats.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/ramonmeza.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":"2024-08-21T16:54:38.000Z","updated_at":"2024-09-16T16:27:32.000Z","dependencies_parsed_at":"2024-08-25T17:45:24.374Z","dependency_job_id":"550fd2ed-cdea-4607-8ae6-e9cbba320042","html_url":"https://github.com/ramonmeza/MySteamStats","commit_stats":null,"previous_names":["ramonmeza/gamestats","ramonmeza/mysteamstats"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonmeza%2FMySteamStats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonmeza%2FMySteamStats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonmeza%2FMySteamStats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonmeza%2FMySteamStats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramonmeza","download_url":"https://codeload.github.com/ramonmeza/MySteamStats/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244116839,"owners_count":20400733,"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":["data","statistics","steam","steam-api","videogame","visualization"],"created_at":"2024-11-24T04:16:08.296Z","updated_at":"2025-03-17T21:43:36.236Z","avatar_url":"https://github.com/ramonmeza.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySteamStats\n\nVisualize your stats from your favorite games on Steam!\n\n## Usage\n### Live Demo\nhttps://www.MySteamStats.com/\n\n\n## Developer\n### Environment Variables\n| Name | Description |\n| - | - |\n| `HOST_URL` | URL of the web server (needed for Steam API authentication callback) |\n| `ENABLE_DEBUG` | Whether to enable debug mode (Starlette error are shown on `500 Internal Server Error` instead of using custom exception handler) |\n| `STEAM_SECRET` | Steam API key, available [here](https://steamcommunity.com/dev/apikey) |\n| `AWS_ACCESS_KEY_ID` | The access key for your AWS account. |\n| `AWS_SECRET_ACCESS_KEY` | The secret key for your AWS account.  |\n| `AWS_DEFAULT_REGION` | The region to use for AWS. |\n| `ADMIN_EMAIL` | Email used to access admin panel. |\n| `ADMIN_PASSWORD` | Password associated with the Admin account. |\n\n\n### CI\n#### Compile TailwindCSS\n```sh\n.\\tailwindcss.exe -c tailwind.config.js -i tailwind.css -o public/css/styles.css\n```\n#### Docker Build\n```sh\ndocker build . --tag mysteamstatsapp\n```\n\n#### Docker Run\nSteam authentication may not work when ran within a Docker container. This is because the callback url (HOST_URL) isn't an address that Steam can verify, or something.\n\n```sh\ndocker run -e HOST_URL=\"\" -e STEAM_SECRET=\"\" -e AWS_ACCESS_KEY_ID=\"\" -e AWS_SECRET_ACCESS_KEY=\"\" -e AWS_DEFAULT_REGION=\"\" -e ADMIN_EMAIL=\"\" -e ADMIN_PASSWORD=\"\" -p 8000:8000 mysteamstatsapp\n```\n\n## Roadmap\nThis is a changing list of things I need to do.\n\n- [x] Make forms functional\n\n- [x] Utilize Steam API to personalize menu with Steam icon and Steam nickname\n\n- [x] Admin page\n    - [x] admin login\n    - [x] show feedback\n    - [x] sort by reason (filter works)\n    - [x] delete feedback\n\n- [ ] Game Stats\n    - [ ] Proper display names\n    - [ ] custom stat display for supported game (cs2, carmechanic, carx)\n\n- [ ] About Page\n    - [ ] Make it pretty\n    - [ ] describe the platform and it's purpose\n    - [ ] talk about me a bit 👉👈\n\n- [ ] \"Market\"\n    - [ ] Make social media accounts\n        - [ ] twitter\n        - [ ] tiktok\n    - [ ] bring up to friends and family\n    - [ ] hit up the discord servers\n\n## Known Bugs\n- Search input doesn't update if you select all and press backspace\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonmeza%2Fmysteamstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framonmeza%2Fmysteamstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonmeza%2Fmysteamstats/lists"}