{"id":25219783,"url":"https://github.com/rockwelln/buildbot-slack","last_synced_at":"2025-07-24T20:02:47.656Z","repository":{"id":46770300,"uuid":"211107504","full_name":"rockwelln/buildbot-slack","owner":"rockwelln","description":"buildbot plugin for Slack","archived":false,"fork":false,"pushed_at":"2021-09-27T05:14:09.000Z","size":31,"stargazers_count":9,"open_issues_count":5,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T08:39:07.264Z","etag":null,"topics":["buildbot","buildbot-plugin","reporter","slack"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/rockwelln.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-26T14:21:00.000Z","updated_at":"2023-01-06T12:49:59.000Z","dependencies_parsed_at":"2022-09-02T11:00:57.576Z","dependency_job_id":null,"html_url":"https://github.com/rockwelln/buildbot-slack","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockwelln%2Fbuildbot-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockwelln%2Fbuildbot-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockwelln%2Fbuildbot-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockwelln%2Fbuildbot-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rockwelln","download_url":"https://codeload.github.com/rockwelln/buildbot-slack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238189308,"owners_count":19431036,"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":["buildbot","buildbot-plugin","reporter","slack"],"created_at":"2025-02-10T21:23:05.983Z","updated_at":"2025-02-10T21:23:06.592Z","avatar_url":"https://github.com/rockwelln.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://badge.fury.io/py/buildbot-slack.svg)](https://badge.fury.io/py/buildbot-slack)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nBuildbot plugin to publish status on Slack\n==========================================\n\nThis Buildbot plugin sends messages to a Slack channel when each build starts / finishes with a handy link to the build results.\n\nThis plugin is based on many other reporter plugins made for Slack\n\nContributions are welcome!\n\n## Install\n\n### via pip\n\n```\npip install buildbot-slack\n```\n\n## Setup\n\nCreate a new incoming webhook in your slack account. (see https://api.slack.com/tutorials/slack-apps-hello-world)\n\nThen in your master.cfg, add the following:\n\n```\nfrom buildbot.plugins import reporters\nc['services'].append(reporters.SlackStatusPush(\n    endpoint=\u003cYOUR_WEBHOOK_ENDPOINT\u003e,\n))\n```\n\n### Additional Options:\n```\n  channel = None\n  username = None\n  attachments = True\n```\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockwelln%2Fbuildbot-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frockwelln%2Fbuildbot-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockwelln%2Fbuildbot-slack/lists"}