{"id":16397526,"url":"https://github.com/coord-e/misskey-rs","last_synced_at":"2025-05-12T04:30:35.878Z","repository":{"id":39974208,"uuid":"287328717","full_name":"coord-e/misskey-rs","owner":"coord-e","description":":v: Client library for Misskey :smiling_face_with_three_hearts:","archived":false,"fork":false,"pushed_at":"2023-07-23T09:37:30.000Z","size":787,"stargazers_count":60,"open_issues_count":27,"forks_count":7,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-05-06T10:19:49.538Z","etag":null,"topics":["misskey"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/coord-e.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-08-13T16:27:39.000Z","updated_at":"2024-12-22T01:36:38.000Z","dependencies_parsed_at":"2023-01-31T00:30:27.062Z","dependency_job_id":null,"html_url":"https://github.com/coord-e/misskey-rs","commit_stats":{"total_commits":405,"total_committers":5,"mean_commits":81.0,"dds":0.07654320987654317,"last_synced_commit":"a345a2dda1b6f3ef404da0b9f33c9faee9b575a7"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coord-e%2Fmisskey-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coord-e%2Fmisskey-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coord-e%2Fmisskey-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coord-e%2Fmisskey-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coord-e","download_url":"https://codeload.github.com/coord-e/misskey-rs/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253675063,"owners_count":21945891,"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":["misskey"],"created_at":"2024-10-11T05:10:19.817Z","updated_at":"2025-05-12T04:30:33.744Z","avatar_url":"https://github.com/coord-e.png","language":"Rust","readme":"# misskey-rs\n\n[![crates.io](https://img.shields.io/crates/v/misskey)](https://crates.io/crates/misskey)\n[![docs.rs](https://docs.rs/misskey/badge.svg)](https://docs.rs/misskey)\n[![CI](https://github.com/coord-e/misskey-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/coord-e/misskey-rs/actions/workflows/ci.yml)\n\n`misskey-rs` is an asynchronous [Misskey](https://github.com/misskey-dev/misskey) client library for Rust.\n\n```rust\nuse misskey::prelude::*;\nuse misskey::HttpClient;\n\n#[tokio::main]\nasync fn main() -\u003e anyhow::Result\u003c()\u003e {\n  let client = HttpClient::builder(\"https://your.instance.example/api/\")\n      .token(\"API_TOKEN\")\n      .build()?;\n\n  client.create_note(\"Hello, Misskey\").await?;\n\n  Ok(())\n}\n```\n\nTake a look at the [example](https://github.com/coord-e/misskey-rs/tree/develop/example) directory for more examples.\n\n## Usage\n\nAdd the following to your `Cargo.toml`:\n\n```toml\n[dependencies]\nmisskey = { version = \"0.3.0-rc.1\", features = [\"12-75-0\"] }\n```\n\nTo run the example above, you will need to add the following dependencies:\n\n```toml\ntokio = { version = \"1.0\", features = [\"full\"] }\nanyhow = \"1.0\"\n```\n\nSee the [API documentation](https://docs.rs/misskey) for further details.\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0\n    ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license\n\t\t([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoord-e%2Fmisskey-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoord-e%2Fmisskey-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoord-e%2Fmisskey-rs/lists"}