{"id":17919842,"url":"https://github.com/dwisiswant0/discat","last_synced_at":"2025-09-04T04:10:33.196Z","repository":{"id":47325740,"uuid":"341364761","full_name":"dwisiswant0/discat","owner":"dwisiswant0","description":"A simple way of sending messages from the CLI output to your Discord channel with webhook.","archived":false,"fork":false,"pushed_at":"2022-03-02T15:51:50.000Z","size":3684,"stargazers_count":34,"open_issues_count":1,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T21:01:35.898Z","etag":null,"topics":["alert","alerting","discord","discord-webhooks","go","golang","monitor","monitoring"],"latest_commit_sha":null,"homepage":"","language":"Go","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/dwisiswant0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["dwisiswant0"],"custom":["https://paypal.me/dw1s","https://saweria.co/dwisiswant0","https://unstoppabledomains.com/d/dwisiswant0.crypto"]}},"created_at":"2021-02-22T23:15:08.000Z","updated_at":"2024-11-06T11:55:22.000Z","dependencies_parsed_at":"2022-08-29T23:01:17.863Z","dependency_job_id":null,"html_url":"https://github.com/dwisiswant0/discat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dwisiswant0/discat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwisiswant0%2Fdiscat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwisiswant0%2Fdiscat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwisiswant0%2Fdiscat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwisiswant0%2Fdiscat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwisiswant0","download_url":"https://codeload.github.com/dwisiswant0/discat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwisiswant0%2Fdiscat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273549251,"owners_count":25125257,"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-09-04T02:00:08.968Z","response_time":61,"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":["alert","alerting","discord","discord-webhooks","go","golang","monitor","monitoring"],"created_at":"2024-10-28T20:19:31.509Z","updated_at":"2025-09-04T04:10:33.106Z","avatar_url":"https://github.com/dwisiswant0.png","language":"Go","funding_links":["https://github.com/sponsors/dwisiswant0","https://paypal.me/dw1s","https://saweria.co/dwisiswant0","https://unstoppabledomains.com/d/dwisiswant0.crypto"],"categories":[],"sub_categories":[],"readme":"# discat\n\nA simple way of sending messages from the CLI output to your Discord channel with webhook.\n\u003e Actually, this is a fork version of [slackcat](https://github.com/dwisiswant0/slackcat) that I made too!\n\n## Installation\n\n- Download a prebuilt binary from [releases page](https://github.com/dwisiswant0/discat/releases/latest), unpack and run! or\n- If you have go1.13+ compiler installed: `go get dw1.みんな/discat`.\n\n## Configuration\n\n**Step 1:** Get yours Discord channel webhook URL [here](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks).\n\n**Step 2** _(optional)_**:** Set `DISCORD_WEBHOOK_URL` environment variable.\n```bash\nexport DISCORD_WEBHOOK_URL=\"https://discord.com/api/webhooks/xnxx/xxx-xxx\"\n```\n\n## Usage\n\nIt's very simple!\n\n```bash\n▶ echo -e \"Hello,\\nworld!\" | discat\n```\n\n### Flags\n\n```\nUsage of discat:\n  -1    Send message line-by-line\n  -u string\n        Discord Webhook URL\n  -v    Verbose mode\n```\n\n### Workaround\n\nThe goal is to get automated alerts for interesting stuff!\n\n```bash\n▶ assetfinder twitter.com | anew | discat -u https://hooks.discord.com/services/xxx/xxx/xxx\n```\n\nThe `-u` flag is optional if you've defined `DISCORD_WEBHOOK_URL` environment variable.\n\nDiscat also strips the ANSI colors from stdin to send messages, so you'll receive a clean message on your Discord!\n\n```bash\n▶ nuclei -l urls.txt -t cves/ | discat\n```\n\n![Proof](https://user-images.githubusercontent.com/25837540/108782401-1571e380-759e-11eb-8d20-dfcc9294a30a.png)\n\n### Line-by-line\n\nInstead of have to wait for previously executed program to finish, use the `-1` flag if you want to send messages on a line by line _(default: false)_.\n\n```bash\n▶ amass track -d domain.tld | discat -1\n```\n\n## License\n\n`discat` is distributed under MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwisiswant0%2Fdiscat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwisiswant0%2Fdiscat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwisiswant0%2Fdiscat/lists"}