{"id":23586590,"url":"https://github.com/andrewl/discord_notify","last_synced_at":"2026-04-25T21:32:15.934Z","repository":{"id":138547615,"uuid":"100607119","full_name":"andrewl/discord_notify","owner":"andrewl","description":"Enables pushing notifications into discord from the commandline using only bash \u0026 curl","archived":false,"fork":false,"pushed_at":"2017-08-17T13:44:38.000Z","size":1,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T04:07:19.483Z","etag":null,"topics":["discord","shell"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/andrewl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-17T13:36:24.000Z","updated_at":"2019-07-17T01:07:53.000Z","dependencies_parsed_at":"2023-05-24T17:30:26.811Z","dependency_job_id":null,"html_url":"https://github.com/andrewl/discord_notify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrewl/discord_notify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewl%2Fdiscord_notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewl%2Fdiscord_notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewl%2Fdiscord_notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewl%2Fdiscord_notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewl","download_url":"https://codeload.github.com/andrewl/discord_notify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewl%2Fdiscord_notify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32278249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","shell"],"created_at":"2024-12-27T04:11:41.152Z","updated_at":"2026-04-25T21:32:15.918Z","avatar_url":"https://github.com/andrewl.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Discord Notify\n============\n\nWhy?\n----\nThis simple script enables you to post a message into discord from the command line without the need to install a Ruby, Node, PHP application with their boatload of dependencies. \n\nInstall\n-------\n\n1. Create an Incoming Webhook on your Discord channel.\n\n2. (Optional) Copy discord_notify.sh to your path.\n\nUsage\n-----\n\nSet the environment variable DISCORD_WEBHOOK_URL to the url of your Incoming Webhook. Optionally set the environment variable DISCORD_USERNAME to the username to post as.\n\nThe message to send is passed as the parameter to the script.\n\nExample\n-------\n\nSending \"Hello, Discord\"\n\n    DISCORD_WEBHOOK_URL=\"https://discordapp.com/api/webhooks/123456/abcdef\" discord_notify.sh \"Hello, Discord\"\n\n\nSending the amount of free space on the boot partition\n\n    FREE_SPACE=`df -h --output=used /boot | tail -n 1` DISCORD_WEBHOOK_URL=\"https://discordapp.com/api/webhooks/123456/abcdef\" discord_notify.sh \"Boot partition has $FREESPACE free space\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewl%2Fdiscord_notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewl%2Fdiscord_notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewl%2Fdiscord_notify/lists"}