{"id":16559418,"url":"https://github.com/mathieusoysal/codingame-puzzles-stats-saver","last_synced_at":"2026-05-10T18:18:26.196Z","repository":{"id":44601386,"uuid":"442164574","full_name":"MathieuSoysal/CodinGame-Puzzles-stats-saver","owner":"MathieuSoysal","description":"Java program to save regularly the statistics of CodinGame puzzles to a MongoDB database.","archived":false,"fork":false,"pushed_at":"2023-04-18T20:23:24.000Z","size":100,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-02T22:11:37.565Z","etag":null,"topics":["codingame-puzzles","mongodb"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MathieuSoysal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-27T13:13:32.000Z","updated_at":"2022-02-10T08:07:47.000Z","dependencies_parsed_at":"2022-09-04T02:22:49.980Z","dependency_job_id":null,"html_url":"https://github.com/MathieuSoysal/CodinGame-Puzzles-stats-saver","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":"MathieuSoysal/Java-Maven-Project-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuSoysal%2FCodinGame-Puzzles-stats-saver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuSoysal%2FCodinGame-Puzzles-stats-saver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuSoysal%2FCodinGame-Puzzles-stats-saver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuSoysal%2FCodinGame-Puzzles-stats-saver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MathieuSoysal","download_url":"https://codeload.github.com/MathieuSoysal/CodinGame-Puzzles-stats-saver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241950146,"owners_count":20047591,"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":["codingame-puzzles","mongodb"],"created_at":"2024-10-11T20:25:55.191Z","updated_at":"2026-05-10T18:18:25.891Z","avatar_url":"https://github.com/MathieuSoysal.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=MathieuSoysal_CodinGame-Puzzles-stats-saver\u0026metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=MathieuSoysal_CodinGame-Puzzles-stats-saver)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=MathieuSoysal_CodinGame-Puzzles-stats-saver\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=MathieuSoysal_CodinGame-Puzzles-stats-saver)\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=MathieuSoysal_CodinGame-Puzzles-stats-library\u0026metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=MathieuSoysal_CodinGame-Puzzles-stats-saver)\n![GitHub Actions](https://github.com/MathieuSoysal/CodinGame-Puzzles-stats-saver/workflows/Java%20CI%20with%20Maven/badge.svg)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) \n\n# \u003cimg src=\"https://cdn.iconscout.com/icon/free/png-512/java-43-569305.png\" width=\"100\"\u003e CodinGame Puzzles Stats Saver [![GitHub](https://img.shields.io/badge/license-Apache%202.0%20License-green)](LICENSE)\n\nA program to save regularly the statistics of CodinGame's puzzles to your MongoDB database.\n\n## Use the program\n\n### Install\n\n```bash\n$ docker pull ghcr.io/mathieusoysal/codingame-puzzles-stats-saver:v1.0.3\n```\n### Run\n\n```bash\n$ docker run \\\n  -e MONGODB_PASSWORD=\u003cthe password\u003e \\\n  -e MONGODB_USERNAME=\u003cthe username\u003e \\\n  -e MONGODB_ADDRESS=\u003cthe address\u003e \\\n  -e MONGODB_DATABASE=\u003cthe database\u003e \\\n  ghcr.io/mathieusoysal/codingame-puzzles-stats-saver:v1.0.3 --period 24\n```\n\n*The `--period \u003cnumber\u003e` argument define the period in hours to execute the saver, you can define this to `0` if you want a unique single execution.*\n\n## How to contribute\n\n### Clone the project\n\n```bash\n$ git clone https://github.com/MathieuSoysal/CodinGame-Puzzles-stats-saver.git\n```\n\n### Test the project\n\n```bash\n$ mvn test\n```\n*note: you don't need a MongoDB database, the project has a embeded MongoDB database for testing*\n\n## Contact\n\nIf you have any problems to setup the program do not hesitate to contact me at Mathieu.Soysal@etu.umontpellier.fr\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieusoysal%2Fcodingame-puzzles-stats-saver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieusoysal%2Fcodingame-puzzles-stats-saver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieusoysal%2Fcodingame-puzzles-stats-saver/lists"}