{"id":24756893,"url":"https://github.com/king-witcher/lsre-4","last_synced_at":"2026-04-29T11:04:06.725Z","repository":{"id":273724402,"uuid":"920651959","full_name":"King-witcher/LSRE-4","owner":"King-witcher","description":"A Rust tool for estimating player Elo ratings based on a match graph through Bayes Inference.","archived":false,"fork":false,"pushed_at":"2025-01-22T18:22:37.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T07:32:53.008Z","etag":null,"topics":["elo","rating-system","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/King-witcher.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":"2025-01-22T14:38:12.000Z","updated_at":"2025-01-22T18:22:41.000Z","dependencies_parsed_at":"2025-01-22T16:32:26.672Z","dependency_job_id":"2bb71067-51a4-476e-92ab-2f2a9ef3c36c","html_url":"https://github.com/King-witcher/LSRE-4","commit_stats":null,"previous_names":["king-witcher/lsre-4"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/King-witcher/LSRE-4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/King-witcher%2FLSRE-4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/King-witcher%2FLSRE-4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/King-witcher%2FLSRE-4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/King-witcher%2FLSRE-4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/King-witcher","download_url":"https://codeload.github.com/King-witcher/LSRE-4/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/King-witcher%2FLSRE-4/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32422570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["elo","rating-system","rust"],"created_at":"2025-01-28T14:21:15.685Z","updated_at":"2026-04-29T11:04:06.707Z","avatar_url":"https://github.com/King-witcher.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to use\n\n## Extracting graphs\n\nFirst, you will need a *LSRE JSON Graph*, which represents both the player names and the set of matches and the matches that you want to analyze.\n\nA LSRE JSON Graph comes in the format of:\n\n```ts\ntype GraphNode = {\n    name: string\n    id: number\n}\n\ntype GraphEdge = {\n    winner_id: number\n    loser_id: number\n}\n\n/// The LSRE JSON Graph type\ntype Graph = {\n    players: GraphNode[],\n    edges: GraphEdge[]\n}\n```\n\nGreat examples of graphs can be found in the `graphs` directory, based on all Quake Pro League seasons.\n\nThe easiest way to get graphs is by scraping data from websites using predefined scripts, such as scripts found in the `scripts` directory, made for Liquipedia.\n\n## Using a graph\n\nOnce you got a graph ready, just LSRE it with:\n\n`cargo run --release graphs/my-graph.json`\n\nAnd LSRE will spit out a JSON with the info you need.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fking-witcher%2Flsre-4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fking-witcher%2Flsre-4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fking-witcher%2Flsre-4/lists"}