{"id":15295160,"url":"https://github.com/jb3/discord_api","last_synced_at":"2026-02-08T21:32:03.070Z","repository":{"id":37179660,"uuid":"264337499","full_name":"jb3/discord_api","owner":"jb3","description":"Discord CLI","archived":false,"fork":false,"pushed_at":"2023-03-24T23:37:22.000Z","size":999,"stargazers_count":2,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-22T06:13:29.879Z","etag":null,"topics":["bindings","cli","discord","discord-api","library","rust","rust-lang"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/jb3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-05-16T01:49:44.000Z","updated_at":"2021-03-23T02:14:15.000Z","dependencies_parsed_at":"2023-12-27T00:22:36.430Z","dependency_job_id":"8ffa2a32-11f0-47b8-ba3b-42c5537c9e36","html_url":"https://github.com/jb3/discord_api","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"ed2a5dc8d1f2a58ed3c2c22d6b087e0dbc8371ad"},"previous_names":["jos-b/discord_api"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jb3/discord_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Fdiscord_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Fdiscord_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Fdiscord_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Fdiscord_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jb3","download_url":"https://codeload.github.com/jb3/discord_api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Fdiscord_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29244653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T21:00:43.743Z","status":"ssl_error","status_checked_at":"2026-02-08T20:59:20.374Z","response_time":57,"last_error":"SSL_read: 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":["bindings","cli","discord","discord-api","library","rust","rust-lang"],"created_at":"2024-09-30T17:08:51.260Z","updated_at":"2026-02-08T21:32:03.055Z","avatar_url":"https://github.com/jb3.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord\n\n![status](https://img.shields.io/github/workflow/status/jos-b/discord_api/Test%20\u0026%20Lint?style=for-the-badge)\n![Crates.io](https://img.shields.io/crates/v/discord_api?style=for-the-badge)\n![GitHub](https://img.shields.io/github/license/jos-b/discord_api?style=for-the-badge)\n\n\nLibrary and binary providing interaction with features of the Discord API.\n\n- [Documentation](https://docs.rs/discord_api/)\n- [Crates.io](https://crates.io/crates/discord_api)\n\nTo use this library head to the crates.io link above and copy the snippet to enter into your `Cargo.toml`.\n\n## Examples\n\n### Fetch guild name from invite\n\n```rust\nuse discord_api::get_invite;\n\nlet invite = get_invite(\"python\").await?;\n\nprintln!(\"Invite for: {}\", invite.guild?.name);\n```\n\n### Fetch guild features from invite\n\n```rust\nuse discord_api::get_invite;\n\nlet invite = get_invite(\"python\").await?;\n\nlet features = invite.guild?.features;\n\n// do something with features!\n```\n\nMore examples can be found in the command line utility which maintains feature parity with the library.\n\n## Command line utility\n\n### Feature Fetching\n\n![invite features](https://raw.githubusercontent.com/jos-b/discord/master/screenshots/invite_features.png)\n\n### Welcome Screen Fetching\n\n![welcome screen](https://raw.githubusercontent.com/jos-b/discord/master/screenshots/invite_welcome.png)\n\n## Usage\n\n1. Clone the repository\n2. Build with `cargo build`\n3. Profit! Run the binary generated to see all available options\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjb3%2Fdiscord_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjb3%2Fdiscord_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjb3%2Fdiscord_api/lists"}