{"id":23104800,"url":"https://github.com/mayniklas/valorant-exporter","last_synced_at":"2026-06-23T12:02:44.462Z","repository":{"id":39491182,"uuid":"506945349","full_name":"MayNiklas/valorant-exporter","owner":"MayNiklas","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-31T08:52:10.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-07T15:09:38.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/MayNiklas.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":"2022-06-24T09:04:10.000Z","updated_at":"2022-06-24T10:21:16.000Z","dependencies_parsed_at":"2024-12-17T00:36:37.807Z","dependency_job_id":"8fcd4aaa-1d55-4671-a713-00b661ae9c4a","html_url":"https://github.com/MayNiklas/valorant-exporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MayNiklas/valorant-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fvalorant-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fvalorant-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fvalorant-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fvalorant-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MayNiklas","download_url":"https://codeload.github.com/MayNiklas/valorant-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fvalorant-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34686728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2024-12-17T00:36:25.988Z","updated_at":"2026-06-23T12:02:44.434Z","avatar_url":"https://github.com/MayNiklas.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# valorant-exporter\n\nA valorant elo exporter written in golang.\n\n## Available metrics\n\nName     | Description\n---------|------------\nvalorant_elo | Elo of a player\nvalorant_games | Number of games played\nvalorant_tier | Tier of a player\nvalorant_wins | Number of games won\n\nAll metrics include the following labels:\n\n* username\n* tagline\n\n## How to execute for development purposes\n\n### Nix / NixOS\n\nThis repository contains a `flake.nix` file.\n\n```sh\n# run the package\nnix run .#valorant_exporter\n\n# build the package\nnix build .#valorant_exporter\n```\n\n### General\n\nMake sure [golang](https://go.dev) is installed.\n\n```sh\n# run application\ngo run .\n\n# build application\ngo build\n```\n\n## How to install\n\n### NixOS\n\n1. Add this repository to your `flake.nix`:\n\n```nix\n{\n  inputs.valorant-exporter = {\n    url = \"github:MayNiklas/valorant-exporter\";\n    inputs = { nixpkgs.follows = \"nixpkgs\"; };\n  };\n}\n```\n\n2. Enable the service \u0026 the prometheus scraper in your configuration:\n\n```nix\n{ valorant-exporter, ... }: {\n\n  imports = [ valorant-exporter.nixosModules.default ];\n\n  services.shelly-exporter = {\n    enable = true;\n    port = \"1091\";\n    listen = \"localhost\";\n    user = \"valorant-exporter\";\n    group = \"valorant-exporter\";\n\n    configure-prometheus = true;\n    targets = [\n      \"mayniklas/niki\"\n    ];\n  };\n}\n```\n\n### Libaries used\n\n* https://github.com/prometheus/client_golang\n\n### Libary documentation\n\n* https://pkg.go.dev/github.com/prometheus/client_golang/prometheus\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayniklas%2Fvalorant-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayniklas%2Fvalorant-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayniklas%2Fvalorant-exporter/lists"}