{"id":20797761,"url":"https://github.com/th3shadowbroker/dischook","last_synced_at":"2026-05-05T08:32:01.316Z","repository":{"id":43337777,"uuid":"170535376","full_name":"Th3Shadowbroker/DiscHook","owner":"Th3Shadowbroker","description":"A basic implementation of discords webhook-api.","archived":false,"fork":false,"pushed_at":"2023-04-14T18:06:34.000Z","size":52,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-03T20:58:22.675Z","etag":null,"topics":["discord","java","json","webhooks"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/Th3Shadowbroker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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":{"patreon":"m4taiori"}},"created_at":"2019-02-13T15:55:18.000Z","updated_at":"2022-03-26T15:07:24.000Z","dependencies_parsed_at":"2024-11-17T16:37:22.395Z","dependency_job_id":"e68bd0d2-9402-4815-8131-c99fee54d10e","html_url":"https://github.com/Th3Shadowbroker/DiscHook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Th3Shadowbroker/DiscHook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Shadowbroker%2FDiscHook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Shadowbroker%2FDiscHook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Shadowbroker%2FDiscHook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Shadowbroker%2FDiscHook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Th3Shadowbroker","download_url":"https://codeload.github.com/Th3Shadowbroker/DiscHook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Shadowbroker%2FDiscHook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32642007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["discord","java","json","webhooks"],"created_at":"2024-11-17T16:35:14.292Z","updated_at":"2026-05-05T08:32:01.299Z","avatar_url":"https://github.com/Th3Shadowbroker.png","language":"Java","funding_links":["https://patreon.com/m4taiori"],"categories":[],"sub_categories":[],"readme":"## DiscHook\n[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FTh3Shadowbroker%2FDiscHook%2Fbadge\u0026style=flat)](https://actions-badge.atrox.dev/Th3Shadowbroker/DiscHook/goto)\n[![Quality Gate Status](https://sonar.th3shadowbroker.dev/api/project_badges/measure?project=io.m4taiori.discord%3Adischook\u0026metric=alert_status)](https://sonar.th3shadowbroker.dev/dashboard?id=io.m4taiori.discord%3Adischook)\n\nDiscHook is a basic implementation of the discord-webhook api. DiscHook uses a really simple\nstructure and provides basic JSON support ([org.json](https://github.com/stleary/JSON-java)).\nI've also implemented basic listener/event support.\n\n[Download latest version](https://m4taiori.io/?download=dischook)\n\n### Example implementation\n````java\nDiscordWebhook hook = new DiscordWebhook(\"YOUR WEBHOOKS URL\");\n\nDiscordWebhookPacket packet = DiscordWebhookPacket.createNew().setUsername(\"Someone\").setContent(\"Hello World\");\n\nhook.trySendPacket( packet );\n````\nIf you want to learn more about how you can implement DiscHook in your project, checkout the wiki.\n\n### Maven\n```xml\n\u003crepository\u003e\n    \u003cid\u003eth3shadowbroker-releases\u003c/id\u003e\n    \u003curl\u003ehttps://nexus.m4taiori.io/repository/th3shadowbroker-releases/\u003c/url\u003e\n\u003c/repository\u003e\n\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.m4taiori.discord\u003c/groupId\u003e\n    \u003cartifactId\u003edischook\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Contributing\nI made this project in my free time and I don't have the time to maintain it actively. Feel free\nto fork this repository and share added features or bug fixes with us through pull-requests.\n\n### License\nThis project is licensed under the MIT-license.\n\n### Found a bug or one of the four horsemen?\nPlease use the issue-tool to submit bug-reports or feature requests.\n\n### Contact \u0026 support\nIf you want to support me you can do so through Patreon \u003c3\n\n[\u003cimg src=\"https://c5.patreon.com/external/logo/become_a_patron_button@2x.png\" width=\"225px\"\u003e](https://patreon.com/m4taiori)\n\nIf you have any questions, problems or something else? Feel free to contact me via social-media.\n\n[Twitter](https://twitter.com/m4taiori)\n\n[M4taiori.io (Email or Discord)](https://m4taiori.io/#contact)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fth3shadowbroker%2Fdischook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fth3shadowbroker%2Fdischook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fth3shadowbroker%2Fdischook/lists"}