{"id":21140349,"url":"https://github.com/splorg/compstats","last_synced_at":"2026-02-07T16:02:22.958Z","repository":{"id":240736831,"uuid":"803349593","full_name":"splorg/CompStats","owner":"splorg","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-23T16:00:09.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T14:37:37.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/splorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-05-20T14:54:50.000Z","updated_at":"2024-07-23T16:00:13.000Z","dependencies_parsed_at":"2024-07-23T18:26:10.260Z","dependency_job_id":null,"html_url":"https://github.com/splorg/CompStats","commit_stats":null,"previous_names":["splorg/compstats"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/splorg/CompStats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splorg%2FCompStats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splorg%2FCompStats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splorg%2FCompStats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splorg%2FCompStats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/splorg","download_url":"https://codeload.github.com/splorg/CompStats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splorg%2FCompStats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29199519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T14:35:27.868Z","status":"ssl_error","status_checked_at":"2026-02-07T14:25:51.081Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-20T07:14:43.207Z","updated_at":"2026-02-07T16:02:22.943Z","avatar_url":"https://github.com/splorg.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CompStats\n\nMount \u0026 Blade II: Bannerlord server mod for exporting player statistics and match (mission) data\n\n## For development\n\nIn the solution's bin directory, create a \"taleworlds\" directory and copy all the needed TaleWorlds DLLs from your `Mount and Blade II: Dedicated Server/bin/Linux64_Shipping_Server` directory\n\nVerify that the file paths match with the dependencies in src/CompStats.csproj\n\n## How to use\n\nAt the moment, the mod does not save any data directly to a database; instead it will export all data to an external API. So to use it, you need your own API with a `POST /stats` endpoint and then you can handle the data however you want. **This might not be the case after further testing or future requirement changes, this is still a work in progress.**\n\nAdd the following to your `modules/Multiplayer/SubModule.xml` file:\n\n```\n\u003cSubModule\u003e\n    \u003cName value=\"CompStats\" /\u003e\n    \u003cDLLName value=\"CompStats.dll\" /\u003e\n    \u003cSubModuleClassType value=\"CompStats.CompStatsSubModule\" /\u003e\n    \u003cTags\u003e\n        \u003cTag key=\"DedicatedServerType\" value=\"custom\" /\u003e\n    \u003c/Tags\u003e\n\u003c/SubModule\u003e\n```\n\nCreate a JSON file \"config.json\" in `/bin/Linux64_Shipping_Server/config.json`, in it you can set your base API URL, your API key, your current running tournament name and if stats tracking should be enabled or not. An example of this config file:\n\n```\n{\n  \"enabled\": true,\n  \"apiURL\": \"http://myapi.com\",\n  \"apiKey\": \"myapikey123\",\n  \"tournamentName\":  \"My Tournament\"\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplorg%2Fcompstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsplorg%2Fcompstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplorg%2Fcompstats/lists"}