{"id":17241173,"url":"https://github.com/harmonyland/discord_rpc","last_synced_at":"2025-04-14T03:13:20.504Z","repository":{"id":43741862,"uuid":"389533846","full_name":"harmonyland/discord_rpc","owner":"harmonyland","description":"Discord RPC module for Deno.","archived":false,"fork":false,"pushed_at":"2024-10-09T16:32:31.000Z","size":36,"stargazers_count":16,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T03:13:12.837Z","etag":null,"topics":["deno","discord","harmony","rpc","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/discord_rpc","language":"TypeScript","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/harmonyland.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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"harmony"}},"created_at":"2021-07-26T06:40:05.000Z","updated_at":"2025-04-09T10:19:01.000Z","dependencies_parsed_at":"2024-12-04T13:32:10.082Z","dependency_job_id":null,"html_url":"https://github.com/harmonyland/discord_rpc","commit_stats":{"total_commits":26,"total_committers":5,"mean_commits":5.2,"dds":0.5769230769230769,"last_synced_commit":"e6f9355bcf87e7312e71d25b8aaff32be8cc9335"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmonyland%2Fdiscord_rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmonyland%2Fdiscord_rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmonyland%2Fdiscord_rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmonyland%2Fdiscord_rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harmonyland","download_url":"https://codeload.github.com/harmonyland/discord_rpc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813802,"owners_count":21165634,"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":["deno","discord","harmony","rpc","typescript"],"created_at":"2024-10-15T06:07:56.984Z","updated_at":"2025-04-14T03:13:20.475Z","avatar_url":"https://github.com/harmonyland.png","language":"TypeScript","funding_links":["https://opencollective.com/harmony"],"categories":[],"sub_categories":[],"readme":"# discord_rpc\n\nDiscord RPC module for Deno.\n\n## Usage\n\nYou can import the module from https://deno.land/x/discord_rpc/mod.ts (don't\nforget to add a version!).\n\nYou can also check the documentaton\n[here](https://doc.deno.land/https://deno.land/x/discord_rpc/mod.ts).\n\nNote that this module requires `--unstable` flag on Windows since Named Pipes\nsupport is added using FFI API, which is unstable.\n\n## Example\n\n```typescript\nimport { Client } from \"https://deno.land/x/discord_rpc/mod.ts\";\n\nconst client = new Client({\n  id: \"869104832227733514\",\n});\n\nawait client.connect();\nconsole.log(`Connected! User: ${client.userTag}`);\n\nawait client.setActivity({\n  details: \"Deno 🦕\",\n  state: \"Testing...\",\n});\n```\n\n## Contributing\n\nContributions are welcome!\n\n- Please format code with `deno fmt`\n- Run `deno lint` before submitting PR\n\n## License\n\nMIT licensed. Check [LICENSE](./LICENSE) for more info.\n\nCopyright 2021 © littledivy\n\nCopyright 2022-2023 © Harmony Land\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharmonyland%2Fdiscord_rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharmonyland%2Fdiscord_rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharmonyland%2Fdiscord_rpc/lists"}