{"id":50436,"library":"lusis-go-slackbot","title":"Go Slackbot","description":"Package slackbot eases development of Slack bots with a mux-router style interface and helpful methods.","status":"active","version":"0.0.0-20210303200821-3c34a039d473","language":"go","source_language":null,"source_url":"https://github.com/lusis/go-slackbot","tags":["slack","bot","chat","messaging"],"install":[{"cmd":"go get github.com/lusis/go-slackbot","lang":"bash","label":"Install github.com/lusis/go-slackbot"}],"dependencies":[],"imports":[{"symbol":"slackbot","correct":"github.com/lusis/go-slackbot"}],"quickstart":{"code":"package main\n\nimport (\n\t\"log\"\n\t\"github.com/lusis/go-slackbot\"\n)\n\nfunc main() {\n\tbot := slackbot.New(\"SLACK_TOKEN\")\n\tbot.Hear(\"hello\", func(ctx *slackbot.Context) {\n\t\tctx.Reply(\"Hi there!\")\n\t})\n\tlog.Fatal(bot.Run())\n}","lang":"go","description":"Creates a Slack bot that replies to 'hello'."},"warnings":[],"env_vars":null,"search_vec":"'bot':9,21 'chat':22 'develop':6 'eas':5 'go':1 'help':18 'interfac':16 'messag':23 'method':19 'mux':13 'mux-rout':12 'packag':3 'router':14 'slack':8,20 'slackbot':2,4 'style':15","created_at":"2026-06-15T04:53:11.251242+00:00","updated_at":"2026-06-15T04:53:11.251242+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/lusis/go-slackbot","github":"https://github.com/lusis/go-slackbot","docs":"https://pkg.go.dev/github.com/lusis/go-slackbot#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}