{"id":23114429,"url":"https://github.com/mrmcc3/boot-slack","last_synced_at":"2025-04-04T00:43:46.452Z","repository":{"id":35561618,"uuid":"39833511","full_name":"mrmcc3/boot-slack","owner":"mrmcc3","description":"A boot task to send a message to slack (via incoming webhook)","archived":false,"fork":false,"pushed_at":"2015-08-05T00:28:57.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T06:11:50.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/mrmcc3.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":"2015-07-28T12:48:51.000Z","updated_at":"2015-07-28T13:40:53.000Z","dependencies_parsed_at":"2022-08-31T20:23:13.164Z","dependency_job_id":null,"html_url":"https://github.com/mrmcc3/boot-slack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmcc3%2Fboot-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmcc3%2Fboot-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmcc3%2Fboot-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmcc3%2Fboot-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrmcc3","download_url":"https://codeload.github.com/mrmcc3/boot-slack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103305,"owners_count":20884023,"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-12-17T03:31:08.954Z","updated_at":"2025-04-04T00:43:46.422Z","avatar_url":"https://github.com/mrmcc3.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# boot-slack \n\nBoot task for sending a message to slack (via incoming webhook).\n\n![Clojars Project](http://clojars.org/mrmcc3/boot-slack/latest-version.svg)\n\n### Usage\n\nin build.boot\n```clj\n(set-env! :dependencies '[[mrmcc3/boot-slack \"0.1.0-SNAPSHOT\"]])\n(require '[mrmcc3.boot-slack :refer [slack]])\n```\n\nthen set the webhook url\n```clj\n(task-options! slack {:url \"https://hooks.slack.com/services/..........\"})\n```\n\ntry it from the command line\n```bash\n$ boot slack -m \"Hello World\"\n```\n\nYou can set the bot username, icon emoji and the channel/user to send to\n```clj\n[u url URL str \"slack webhook url\"\n b bot BOT str \"the bot username\"\n m msg MSG str \"message to send\"\n i icon ICON str  \"icon emoji (:shipit:)\"\n c ch CHAN str \"channel (#channel, @username)\"]\n```\n\n### LICENSE\n\nCopyright © 2015 Michael McClintock\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmcc3%2Fboot-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmcc3%2Fboot-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmcc3%2Fboot-slack/lists"}