{"id":22452006,"url":"https://github.com/woctezuma/epic-games-tracker","last_synced_at":"2025-08-02T00:32:32.305Z","repository":{"id":59181334,"uuid":"535284226","full_name":"woctezuma/epic-games-tracker","owner":"woctezuma","description":"Track the numbers of players and ratings on the Epic Games store (EGS).","archived":false,"fork":false,"pushed_at":"2025-07-26T20:17:10.000Z","size":17261,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-26T20:47:49.551Z","etag":null,"topics":["achievement","achievements","boxleiter","egs","epic","epic-games","epic-games-launcher","epic-games-store","game","game-rating","game-ratings","games","games-list","mike-boxleiter","ranking","rating","ratings","statistics","tracker","vginsights"],"latest_commit_sha":null,"homepage":"https://woctezuma.github.io/epic-games-tracker/","language":"Python","has_issues":false,"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}},"created_at":"2022-09-11T11:58:54.000Z","updated_at":"2025-07-23T11:14:30.000Z","dependencies_parsed_at":"2023-10-03T11:04:44.099Z","dependency_job_id":"d34aac7d-d28c-4ad2-a6bb-b095272fde28","html_url":"https://github.com/woctezuma/epic-games-tracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/woctezuma/epic-games-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fepic-games-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fepic-games-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fepic-games-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fepic-games-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woctezuma","download_url":"https://codeload.github.com/woctezuma/epic-games-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fepic-games-tracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268317540,"owners_count":24231374,"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-08-01T02:00:08.611Z","response_time":67,"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":["achievement","achievements","boxleiter","egs","epic","epic-games","epic-games-launcher","epic-games-store","game","game-rating","game-ratings","games","games-list","mike-boxleiter","ranking","rating","ratings","statistics","tracker","vginsights"],"created_at":"2024-12-06T06:09:30.642Z","updated_at":"2025-08-02T00:32:32.288Z","avatar_url":"https://github.com/woctezuma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Epic Games Tracker\n\nThis repository contains Python code to track the numbers of players and ratings on the Epic Games store (EGS).\n\n![Illustration cover][img-cover]\n\n## Disclaimer\n\n\u003e [!Note]\n\u003e As of January 22, 2025, the leak is plugged: `numProgressed` and `numCompleted` cannot be directly fetched from Epic Games anymore.\n\n## Requirements\n\n-   Install the latest version of [Python 3.X][python-download-url].\n-   Install the required packages:\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\nRun every day:\n```bash\npython fetch_mappings_for_today.py\n```\n```bash\npython fetch_data_for_today.py\n```\n\nAlternatively:\n\n-   either run every day [`epic_games_tracker.ipynb`][colab-notebook]\n[![Open In Colab][colab-badge]][colab-notebook]\n\n-   or schedule `update.sh` for daily runs.\n\nTo have a retrospective look at days on which some achievements were fixed, run:\n```bash\npython list_all_fixed_trophies.py\n```\n\n## Results\n\nVisit [the website][tracker-website].\n\n## References\n\n- [`nikop/epic-games-ratings`][madjoki-egs-ratings]\n- [`woctezuma/epic-games-ratings`][epic-games-ratings]\n- [`woctezuma/epic-games-achievements`][epic-games-achievements]\n- [`woctezuma/epic-games-player-estimates`][epic-games-player-estimates]\n\n\u003c!-- Definitions --\u003e\n\n[img-cover]: \u003chttps://github.com/woctezuma/epic-games-tracker/wiki/img/cover.png\u003e\n[python-download-url]: \u003chttps://www.python.org/downloads/\u003e\n[colab-notebook]: \u003chttps://colab.research.google.com/github/woctezuma/epic-games-tracker/blob/colab/epic_games_tracker.ipynb\u003e\n[colab-badge]: \u003chttps://colab.research.google.com/assets/colab-badge.svg\u003e\n[tracker-website]: \u003chttps://woctezuma.github.io/epic-games-tracker/\u003e\n[madjoki-egs-ratings]: \u003chttps://github.com/nikop/epic-games-ratings\u003e\n[epic-games-ratings]: \u003chttps://github.com/woctezuma/epic-games-ratings\u003e\n[epic-games-achievements]: \u003chttps://github.com/woctezuma/epic-games-achievements\u003e\n[epic-games-player-estimates]: \u003chttps://github.com/woctezuma/epic-games-player-estimates\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoctezuma%2Fepic-games-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoctezuma%2Fepic-games-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoctezuma%2Fepic-games-tracker/lists"}