{"id":17168951,"url":"https://github.com/m3dzik/discordrpc","last_synced_at":"2025-02-23T16:32:55.120Z","repository":{"id":37556858,"uuid":"458617053","full_name":"M3DZIK/discordrpc","owner":"M3DZIK","description":"Fast Discord RPC Client written in Rust 🦀","archived":true,"fork":false,"pushed_at":"2022-12-22T20:16:45.000Z","size":90,"stargazers_count":13,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-19T19:43:58.725Z","etag":null,"topics":["cli","discord","discord-rich-presence","discord-rich-presence-with-buttons","discord-rpc","discord-rpc-builder","discord-rpc-client","discord-rpc-custom","discord-rpc-maker","discordrpc","discordrpc-state","rpc","rust","rust-cli","rust-lang","rustlang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/M3DZIK.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-12T19:18:06.000Z","updated_at":"2024-10-20T12:33:20.000Z","dependencies_parsed_at":"2023-01-30T16:46:55.877Z","dependency_job_id":null,"html_url":"https://github.com/M3DZIK/discordrpc","commit_stats":null,"previous_names":["medzikuser/discord-rpc"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M3DZIK%2Fdiscordrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M3DZIK%2Fdiscordrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M3DZIK%2Fdiscordrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M3DZIK%2Fdiscordrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/M3DZIK","download_url":"https://codeload.github.com/M3DZIK/discordrpc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240346105,"owners_count":19787164,"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":["cli","discord","discord-rich-presence","discord-rich-presence-with-buttons","discord-rpc","discord-rpc-builder","discord-rpc-client","discord-rpc-custom","discord-rpc-maker","discordrpc","discordrpc-state","rpc","rust","rust-cli","rust-lang","rustlang"],"created_at":"2024-10-14T23:21:15.938Z","updated_at":"2025-02-23T16:32:54.862Z","avatar_url":"https://github.com/M3DZIK.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord RPC Client\n\n## Examples\n\n### Big image, small image, details and one button\n\n![](https://i.imgur.com/6MmBURG.png)\n\n```bash\ndiscordrpc --client-id 942151169185316874 --details 'untypeable nickname' --button-1-text 'Discord RPC written in Rust' --button-1-url 'https://github.com/MedzikUser/discord-rpc' --large-image medzik --large-image-text medzik --small-image archlinux --small-image-text archlinux\n```\n\n### Big image, details, state and two buttons\n\n![](https://i.imgur.com/tRbcy40.png)\n\n```bash\ndiscordrpc --client-id 942151169185316874 --details 'untypeable nickname' --state 'MedzikUser' --button-1-text 'Discord RPC written in Rust' --button-1-url 'https://github.com/MedzikUser/discord-rpc' --button-2-text 'GitHub' --button-2-url 'https://github.com/MedzikUser' --large-image medzik --large-image-text medzik\n```\n\n## How to install?\n\n### Linux\nDownload discordrpc-linux from the [releases page](https://github.com/MedzikUser/discordrpc/releases/latest) and run\n\n    chmod +x discordrpc-linux\n    ./discordrpc-linux\n\n### Arch Linux\nUsing yay ([AUR](https://aur.archlinux.org/packages/discordrpc))\n\n    yay -S discordrpc\n\nAlternatively you can add [this repo](https://github.com/archlinux-pkg/packages) and run\n\n    sudo pacman -S discordrpc\n\n### OSX\nDownload discordrpc-darwin from the [releases page](https://github.com/MedzikUser/discordrpc/releases/latest) and run\n\n    chmod +x discordrpc-darwin\n    ./discordrpc-darwin\n\n### Windows\nDownload discordrpc-windows from the [releases page](https://github.com/MedzikUser/discordrpc/releases/latest) and run\n\n    chmod +x discordrpc-windows\n    ./discordrpc-windows\n\n### Compile with Cargo\nMake sure you have the latest version of Rust. Then you can run\n\n    cargo install imgurs\n\n## How do I get a client id?\n1. Go to [Discord Developer Portal](https://discord.com/developers/applications)\n2. Make New Application, name them freely (the name will be displayed in RPC)\n\n![new app](https://i.imgur.com/RMUjPep.png)\n\n3. Go to General Information\n\n![general](https://i.imgur.com/yuQufwT.png)\n\n3. Copy ID\n\n![copy id](https://i.imgur.com/JDHZ6jy.png)\n\n5. Then go to the Rich Presence tab (optional)\n\n![rich presence](https://i.imgur.com/hIB5VEW.png)\n\n6. Add images to be able to display them in RPC (optional)\n\n![add image](https://i.imgur.com/vtEs7v6.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm3dzik%2Fdiscordrpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm3dzik%2Fdiscordrpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm3dzik%2Fdiscordrpc/lists"}