{"id":17886915,"url":"https://github.com/toastxc/kuma-rs","last_synced_at":"2026-02-13T13:47:09.307Z","repository":{"id":229476512,"uuid":"776839848","full_name":"toastxc/kuma-rs","owner":"toastxc","description":"A simple and easy library for interacting with Uptime Kuma","archived":false,"fork":false,"pushed_at":"2025-02-11T09:08:13.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T16:07:54.690Z","etag":null,"topics":["high-availability","rust","rust-lang","uptime","uptime-kuma","uptime-monitor"],"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/toastxc.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,"zenodo":null}},"created_at":"2024-03-24T15:39:41.000Z","updated_at":"2025-02-11T09:08:17.000Z","dependencies_parsed_at":"2024-04-11T07:40:00.780Z","dependency_job_id":"d778b5c2-47ff-475a-bdd7-15b411bb4a0b","html_url":"https://github.com/toastxc/kuma-rs","commit_stats":null,"previous_names":["toastxc/kuma-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/toastxc/kuma-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastxc%2Fkuma-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastxc%2Fkuma-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastxc%2Fkuma-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastxc%2Fkuma-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toastxc","download_url":"https://codeload.github.com/toastxc/kuma-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastxc%2Fkuma-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29408330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"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":["high-availability","rust","rust-lang","uptime","uptime-kuma","uptime-monitor"],"created_at":"2024-10-28T13:15:31.465Z","updated_at":"2026-02-13T13:47:09.291Z","avatar_url":"https://github.com/toastxc.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## A library for UptimeKuma, at last\nIf you use both Rust and Kuma you may have noticed that there practically are no libraries for it, until now\n\n## Purpose\nI made this program as part of a project integrate LEDs with Kuma\n\n## Usage\nThere is no binary of CLI yet but you can use the library, all you need is a few dependencies, a Kuma instance and an .env file\n### dotenv\n```dotenv\n# the key will look something like this\n# do NOT include a ':' at the start, it is not needed\n# don't share your key with anyone\nKEY=\"EXAMPLEKEY\"\n# the URI should NOT include HTTP/HTTPS\n# HTTP support is not currently included\nURI=\"kuma.instance/metrics\"\n```\n### main.rs\n```rust\n#[tokio::main]\nasync fn main() {\n    let _ = dotenv();\n    let data = Kuma::new(env::var(\"URI\").unwrap(), env::var(\"KEY\").unwrap())\n    .get()\n    .await\n    .unwrap();\n}\n```\n\n## GUI\n\u003ch1 align=\"center\"\u003e\n\u003cimg src=\"https://github.com/toastxc/kuma-rs/blob/main/README_RESOURCES/img1.png\" alt=\"Demo image 1\" width=\"30%\" height=\"30%\"\u003e\n\u003cimg src=\"https://github.com/toastxc/kuma-rs/blob/main/README_RESOURCES/img2.png\" alt=\"Demo image 2\" width=\"30%\" height=\"30%\"\u003e\n\u003c/h1\u003e\n\n\n### Installing\n```bash\ngit clone https://github.com/toastxc/kuma-rs.git\ncd kuma-rs/\nrustup update\ncargo b -r --example gui\ncp ./target/release/examples/gui ./target/release/\nsudo flatpak-builder --install --force-clean build-dir xyz.toastxc.Kuma.yaml\n```\n### Running\n```bash\ncargo r --example gui\n```\n\n## Library\n### Installing \n```bash\ncargo add kuma-rs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastxc%2Fkuma-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoastxc%2Fkuma-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastxc%2Fkuma-rs/lists"}