{"id":16632276,"url":"https://github.com/benmccallum/programmed-bot","last_synced_at":"2026-05-15T18:33:13.598Z","repository":{"id":79188507,"uuid":"136461758","full_name":"benmccallum/programmed-bot","owner":"benmccallum","description":"A slack bot built with Azure Functions that integrates with BitBucket","archived":false,"fork":false,"pushed_at":"2018-08-29T09:01:33.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T16:28:11.798Z","etag":null,"topics":["bitbucket","slack","slack-bot"],"latest_commit_sha":null,"homepage":"","language":"C#","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/benmccallum.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":"2018-06-07T10:33:53.000Z","updated_at":"2019-12-17T17:40:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"acfdb85a-201b-441c-a7c8-9bc1886b5d6a","html_url":"https://github.com/benmccallum/programmed-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benmccallum/programmed-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmccallum%2Fprogrammed-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmccallum%2Fprogrammed-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmccallum%2Fprogrammed-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmccallum%2Fprogrammed-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benmccallum","download_url":"https://codeload.github.com/benmccallum/programmed-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmccallum%2Fprogrammed-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bitbucket","slack","slack-bot"],"created_at":"2024-10-12T04:59:54.074Z","updated_at":"2026-05-15T18:33:13.571Z","avatar_url":"https://github.com/benmccallum.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProgrammedBot\n\nThis bot integrates BitBucket and Slack in the following ways:\n* On push to a repository, posts a message to a Slack channel with author's name, repository name, number of commits pushed and the branch name.\n* (WIP) On a schedule, can scan a repository for branches that are stale and post a message to a Slack channel with branch name, last commit date and diff to master so that it can potentially be removed.\n\n## Getting started\n\n1. Fork this repo.\n2. Create a local.settings.json file with the following contents:\n```json\n{\n  \"IsEncrypted\": false,\n  \"Values\": {\n    \"AzureWebJobsStorage\": \"UseDevelopmentStorage=true\",\n    \"AzureWebJobsDashboard\": \"UseDevelopmentStorage=true\",\n    \"SlackWebhookUrl\": \"https://hooks.slack.com/services/your-slack-webhook-url-to-post-messages-to\"\n  }\n}\n```\n3. Create a Slack webhook that can be called to post messages into a channel and set the URL in the `SlackWebhookUrl` configuration.\n4. Create an Azure Function with the portal, then configure git/kudu deployment to your forked repo.\n5. Commit and push your changes to trigger a deployment.\n6. Once the automated deployment completes, copy your Azure Function's `BitBucket-OnPush` URL.\n7. Create an \"on push\" webhook in a BitBucket repository pasting your `BitBucket-OnPush` URL.\n8. Commit and push changes to this BitBucket repository and see your Slack \"bot\" configured earlier report on the push automagically.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmccallum%2Fprogrammed-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenmccallum%2Fprogrammed-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmccallum%2Fprogrammed-bot/lists"}