{"id":19063268,"url":"https://github.com/kpurdon/slappd","last_synced_at":"2025-04-25T09:24:38.751Z","repository":{"id":57603058,"uuid":"47442509","full_name":"kpurdon/slappd","owner":"kpurdon","description":"Untappd Integration for Slack","archived":false,"fork":false,"pushed_at":"2017-03-15T19:06:56.000Z","size":5366,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T08:11:51.407Z","etag":null,"topics":["beer","golang","slack","untappd"],"latest_commit_sha":null,"homepage":"","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/kpurdon.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":"2015-12-05T04:38:33.000Z","updated_at":"2019-09-04T08:03:02.000Z","dependencies_parsed_at":"2022-09-26T20:01:43.387Z","dependency_job_id":null,"html_url":"https://github.com/kpurdon/slappd","commit_stats":null,"previous_names":["kpurdon/slack_untappd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpurdon%2Fslappd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpurdon%2Fslappd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpurdon%2Fslappd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpurdon%2Fslappd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kpurdon","download_url":"https://codeload.github.com/kpurdon/slappd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250595187,"owners_count":21456173,"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":["beer","golang","slack","untappd"],"created_at":"2024-11-09T00:29:30.658Z","updated_at":"2025-04-24T08:40:33.354Z","avatar_url":"https://github.com/kpurdon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/kpurdon/slappd?status.svg)](https://godoc.org/github.com/kpurdon/slappd)\n[![Go Report Card](https://goreportcard.com/badge/github.com/kpurdon/slappd)](https://goreportcard.com/report/github.com/kpurdon/slappd)\n\n[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)\n\n**If you are interested in donating public hosting for this application it would be very easy to let anyone on slack use this with the click of a button. Right now I am running it on a private host for only a couple slack teams.**\n\n# Slappd (Slack Untappd)\n\nA [Slack](https://slack.com/) [(Application)](https://api.slack.com/apps) for searching the [Untappd Beer Search API](https://untappd.com/api/docs#userbeers) for information about a given beer.\n\n![Slappd Preview GIF](examples/slappd.gif)\n\n## Basic Usage\n\n1. Register for [Untappd API Credentials](https://untappd.com/api/register?register=new)\n2. Get the server running somewhere on a public host\n3. Configure a Slack Application. [See Slack Docs](https://api.slack.com/slash-commands).\n\nTODO (03-13-2017): Add more details about Slack Application configuration.\n\nThe following environment variables must be set:\n\n* `SLACK_TOKEN` - The token assigned to the slash command integration (can contain multiple comma seperated tokens)\n* `UNTAPPD_CLIENT_ID` - Your Untappd API client ID\n* `UNTAPPD_CLIENT_SECRET` - Your Untappd API client secret token\n\n### Request\n\nThe server expects a POST request from Slack with the following form values:\n\n* token\n* user_name\n* text\n\nThese values should be present in the default slack POST in addition to other non-used values.\n\n### Response\n\nThe server will do a lookup on the Untappd API for the given `text` in the Slack POST. If no result is found an `ephemeral` (only displayed to requesting user) message will be returned stating that no results were found. If results are found an `in_channel` (displayed to anyone in the channel) message will be returned.\n\n### Interactions\n\nA user will type `/untappd Boulevard Wheat` which will produce:\n\n![Slappd Search Response](examples/search_response.png)\n\na user then has the option to select the desired beer which will produce:\n\n![Slappd Select Response](examples/select_response.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpurdon%2Fslappd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkpurdon%2Fslappd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpurdon%2Fslappd/lists"}