{"id":29884195,"url":"https://github.com/dinographic/touchguild","last_synced_at":"2025-10-24T01:28:48.926Z","repository":{"id":59019995,"uuid":"527993141","full_name":"Dinographic/TouchGuild","owner":"Dinographic","description":"TouchGuild is a NodeJS library for interfacing with Guilded.","archived":false,"fork":false,"pushed_at":"2025-08-29T15:47:31.000Z","size":19709,"stargazers_count":8,"open_issues_count":7,"forks_count":6,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-09-27T20:55:53.609Z","etag":null,"topics":["applications","apps","commands","guilded","guilded-api","guilded-api-wrapper","guilded-js","guilded-library","guildedgg","hacktoberfest","interactions","interactive","interactivity","javascript","js","library","nodejs","ts","typescript"],"latest_commit_sha":null,"homepage":"https://touchguild.com","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/Dinographic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"pakkographic","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-08-23T13:01:25.000Z","updated_at":"2025-08-29T15:47:34.000Z","dependencies_parsed_at":"2023-09-30T07:54:44.887Z","dependency_job_id":"f04e48b6-2ef0-4402-91d9-840ca2d48b58","html_url":"https://github.com/Dinographic/TouchGuild","commit_stats":{"total_commits":494,"total_committers":5,"mean_commits":98.8,"dds":0.1417004048582996,"last_synced_commit":"1ad43aca4fbcbd52196f765633863c135f8ff24a"},"previous_names":["dinographic/touchguild","dinographicpixels/touchguild"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/Dinographic/TouchGuild","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dinographic%2FTouchGuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dinographic%2FTouchGuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dinographic%2FTouchGuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dinographic%2FTouchGuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dinographic","download_url":"https://codeload.github.com/Dinographic/TouchGuild/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dinographic%2FTouchGuild/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551498,"owners_count":26005386,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["applications","apps","commands","guilded","guilded-api","guilded-api-wrapper","guilded-js","guilded-library","guildedgg","hacktoberfest","interactions","interactive","interactivity","javascript","js","library","nodejs","ts","typescript"],"created_at":"2025-07-31T14:35:14.427Z","updated_at":"2025-10-06T02:44:05.581Z","avatar_url":"https://github.com/Dinographic.png","language":"TypeScript","funding_links":["https://github.com/sponsors/pakkographic"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://touchguild.com/\"\u003e\u003cimg width=100% src=\"https://github.com/Dinographic/TouchGuild/raw/dev/images/touchguild-banner-2025.png\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://npmjs.com/package/touchguild\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/touchguild.svg?style=rounded\u0026color=informational\"\u003e\u003c/a\u003e\n   \u003ca href=\"https://github.com/Dinographic/TouchGuild/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/Dinographic/TouchGuild?color=yellow\u0026style=rounded\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://npmjs.com/package/touchguild\"\u003e\u003cimg href=\"https://npmjs.com/package/touchguild\" src=\"https://img.shields.io/npm/dt/touchguild?color=red\u0026style=rounded\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://npmjs.com/package/touchguild\"\u003e\u003cimg href=\"https://npmjs.com/package/touchguild\" src=\"https://img.shields.io/npm/dw/touchguild?color=red\u0026style=rounded\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n```js\nconst { Client } = require(\"touchguild\");\nconst client = new Client({ token: \"TOKEN\" });\n\nclient.on(\"ready\", () =\u003e {\n    console.log(`Logged as ${client.user.username}`);\n});\n\nclient.on('error', (err) =\u003e {\n    console.error(err);\n});\n\nclient.connect();\n```\n\nFor more examples, check out the [examples](https://github.com/Dinographic/TouchGuild/tree/dev/examples) folder on GitHub.\n\u003chr\u003e\n\n## Installation\nNodeJS **16.16.0** or higher is required.\n**Check out [Development Builds](#development-builds) if you wish to install in-dev versions.**\n\n```sh\nnpm install touchguild\n```\n\n### Development Builds\n```sh\nnpm install touchguild@dev\n```\n\nThe documentation under `dev` is always for the latest commit. If something isn't working that's in the documentation, you're likely looking at the wrong documentation.\n\n\u003chr\u003e\n\n## 🔬 Data \u0026 Analytics\nData collection is enabled by default for improving and making statistics.\nThis includes collecting application IDs, guild count, build info, method execution counts, latency data, and application command usage.\n\n[Learn more](https://guide.touchguild.com/data-and-analytics) –– [Privacy Policy](https://guide.touchguild.com/privacy-policy)\n\nFor transparency, you can review the source code.\n\nIf this is a concern and you rather opt out, consider disabling the `dataCollection` client option.\n\nIf some of your data have already been collected and want to the removal of them, consider contacting us: support@dinographicpixels.com\n\n\u003chr\u003e\n\n## Links:\n#### Ressources\n- [Website](https://touchguild.com/)\n- [Guide](https://guide.touchguild.com/)\n- [Release documentation](https://docs.touchguild.com/)\n- [Development documentation](https://docs.touchguild.com/dev/)\n#### Policies\n- [Privacy Policy](https://guide.touchguild.com/privacy-policy)\n#### Community\n- [Discord server](https://discord.gg/UgPRaGRkrQ)\n- [Guilded server](https://www.guilded.gg/i/ExPXPrwE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinographic%2Ftouchguild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdinographic%2Ftouchguild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinographic%2Ftouchguild/lists"}