{"id":20099181,"url":"https://github.com/ryanfarber/discord-webhook","last_synced_at":"2025-07-20T14:04:59.371Z","repository":{"id":65490073,"uuid":"290642139","full_name":"ryanfarber/discord-webhook","owner":"ryanfarber","description":"a tool to send data to discord webhooks","archived":false,"fork":false,"pushed_at":"2022-07-04T03:10:03.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T02:49:58.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanfarber.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-27T01:18:45.000Z","updated_at":"2022-02-17T11:16:28.000Z","dependencies_parsed_at":"2023-01-25T17:45:18.869Z","dependency_job_id":null,"html_url":"https://github.com/ryanfarber/discord-webhook","commit_stats":null,"previous_names":["ryanfarber/rf-discord-webhook-sender"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanfarber/discord-webhook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfarber%2Fdiscord-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfarber%2Fdiscord-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfarber%2Fdiscord-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfarber%2Fdiscord-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanfarber","download_url":"https://codeload.github.com/ryanfarber/discord-webhook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfarber%2Fdiscord-webhook/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266135685,"owners_count":23881803,"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":[],"created_at":"2024-11-13T17:08:40.506Z","updated_at":"2025-07-20T14:04:59.345Z","avatar_url":"https://github.com/ryanfarber.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# discord-webhook\n\nsend messages via discord webhooks\n\n## usage\n```javascript\nconst DiscordHook = require(\"@ryanforever/discord-webhook\");\nlet hook = new DiscordHook({\n\tname: \"webhook test\",\n\turl: https://discord.com/api/webhooks/...,\n\tavatar: \"https://media.tenor.com/images/1c4edacf0c4f3057c26f5fa130822970/tenor.png\"\n})\n\n\nhook.send(\"hello world\")\n// send message from default webhook name\nhook.send(\"hello world\", {\n\tname: \"new webhook name\", \n\tavatar: \"http://www.overrideavatar.com/image.jpg\"\n})\n// enter a string as the second argument to override the default name\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanfarber%2Fdiscord-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanfarber%2Fdiscord-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanfarber%2Fdiscord-webhook/lists"}