{"id":13516280,"url":"https://github.com/dunglas/stack2slack","last_synced_at":"2025-10-04T10:44:18.532Z","repository":{"id":57569150,"uuid":"105156541","full_name":"dunglas/stack2slack","owner":"dunglas","description":"A Slack bot to monitor StackOverflow/StackExchange tags","archived":false,"fork":false,"pushed_at":"2019-02-14T14:28:40.000Z","size":19,"stargazers_count":29,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T20:05:47.323Z","etag":null,"topics":["bot","go","golang","slack","slack-bot","slackbot","stackexchange","stackoverflow"],"latest_commit_sha":null,"homepage":"https://dunglas.fr/2017/10/stack2slack-a-slack-bot-written-in-go-to-monitor-stackoverflow-tags/","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/dunglas.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-09-28T14:10:03.000Z","updated_at":"2023-05-13T11:29:20.000Z","dependencies_parsed_at":"2022-08-23T18:10:43.142Z","dependency_job_id":null,"html_url":"https://github.com/dunglas/stack2slack","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunglas%2Fstack2slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunglas%2Fstack2slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunglas%2Fstack2slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunglas%2Fstack2slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dunglas","download_url":"https://codeload.github.com/dunglas/stack2slack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251786142,"owners_count":21643636,"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":["bot","go","golang","slack","slack-bot","slackbot","stackexchange","stackoverflow"],"created_at":"2024-08-01T05:01:20.999Z","updated_at":"2025-10-04T10:44:18.462Z","avatar_url":"https://github.com/dunglas.png","language":"Go","readme":"# Stack to Slack\n\nThis [Slack](https://slack.com/) bot monitors [StackExchange](https://stackexchange.com/) tags and automatically\npublishes new questions in configured Slack channels.\n\nIt has been initially created to post all questions related to the [API Platform](https://api-platform.com) framework\nin a dedicated channel of the Slack of [Les-Tilleuls.coop](https://les-tilleuls.coop) (the company behind the framework).\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/dunglas/stack2slack)](https://goreportcard.com/report/github.com/dunglas/stack2slack)\n[![Build Status](https://travis-ci.org/dunglas/stack2slack.svg?branch=master)](https://travis-ci.org/dunglas/stack2slack)\n[![Docker Automated build](https://img.shields.io/docker/automated/dunglas/stack2slack.svg)](https://hub.docker.com/r/dunglas/stack2slack/)\n\n## Installing\n\n1. [Register a new Slack bot](https://my.slack.com/services/new/bot) and grab the generated API token\n2. [Download](https://github.com/dunglas/stack2slack/releases) and extract the binary corresponding to your platform\n3. Start the daemon: `DEBUG=1 SLACK_API_TOKEN=\u003cyour-API-token\u003e TAG_TO_CHANNEL='{\"stackoverflow-tag\": \"slack-channel\"}' ./stack2slack`\n4. Finally, invite the bot in channels it will post: `/invite @bot-name`\n\nAlternatively, you can use the official [Docker](https://www.docker.com/) image instead of downloading a binary: `docker run -e DEBUG=1 -e SLACK_API_TOKEN=\u003cyour-API-token\u003e -e TAG_TO_CHANNEL='{\"stackoverflow-tag\": \"slack-channel\"}' dunglas/stack2slack`\n\nIf you use a [Kubernetes](https://kubernetes.io/) (e.g. a Google Container Engine cluster), you can install Stack 2 Slack\nvery easily with the [Helm](https://helm.sh/) package manager:\n\n1. Clone this repository: `git clone git@github.com:dunglas/stack2slack.git`\n2. Install the provided chart:\n\n    helm install \\\n        --set slackApiToken=\u003cslackApiToken\u003e \\\n        --set tagToChannel.stackExchangeTag=slackChannel \\\n        ./chart/stack2slack\n\n## Building from Sources\n\nThis bot is written in [Go](https://golang.org/) (golang), you need a proper install of it to compile the sources.\n\n1. Clone this repository: `git clone https://github.com/dunglas/stack2slack.git`\n2. Get the  dependencies `go get`\n3. Compile the app: `go build`\n\n## Credits\n\nWritten by [Kévin Dunglas](https://dunglas.fr).\nSponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunglas%2Fstack2slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdunglas%2Fstack2slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunglas%2Fstack2slack/lists"}