# slack-samples **Repository Path**: mirrors_GoogleCloudPlatform/slack-samples ## Basic Information - **Project Name**: slack-samples - **Description**: Samples for running Slack integrations on Google Cloud Platform. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hosting Slack Apps on Google Cloud Platform Learn how to run your [Slack apps][slack-api] on [Google Cloud Platform][google-cloud] using these samples. [![Build Status][travis-status-img]][travis-status] [google-cloud]: https://cloud.google.com/ [slack-api]: https://api.slack.com/ [travis-status]: https://travis-ci.org/GoogleCloudPlatform/slack-samples [travis-status-img]: https://travis-ci.org/GoogleCloudPlatform/slack-samples.svg ## Slack Apps Samples These samples should help get you started with different ways of hosting apps for Slack on Google Cloud Platform. ### Go - Slash Command on Google App Engine ([Part 1](go/command/1-happy-clouds), [Part 2](go/command/2-oauth)) ### Java - Slash Command on Google App Engine ([Tutorial & Code](java/command)) ### Node.js - Botkit Bot on Google Container Engine ([Tutorial](https://cloud.google.com/community/tutorials/run-botkit-on-google-container-engine), [Codelab](https://codelabs.developers.google.com/codelabs/cloud-slack-bot/index.html#0), [Qwiklabs](https://google.qwiklabs.com/focuses/3167?locale=en), [Code](https://github.com/googlecodelabs/cloud-slack-bot)) - Sentiment Analysis Botkit Bot using Natural Language API ([Tutorial & Code](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/language/slackbot)) - Slash Command on Google Cloud Functions ([Tutorial](https://cloud.google.com/functions/docs/tutorials/slack), [Code](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/functions/slack)) ### Scripting / GUI - SSH Login Notifications on Google Compute Engine ([Tutorial](https://cloud.google.com/community/tutorials/send-connect-notification-to-slack-from-google-compute-engine), [Code](notify)) - API.AI agent bots ([Tutorial](https://docs.api.ai/docs/slack-integration)) ## Contributing changes If you've made a Slack app that'd be a good sample, feel free to send a PR linking it here as an unofficial sample. - See [CONTRIBUTING.md](CONTRIBUTING.md). You may also consider contributing it to the [Awesome Google Cloud list](https://github.com/GoogleCloudPlatform/awesome-google-cloud). ## Licensing - See [LICENSE](LICENSE). ## Disclaimer This is not an official Google product.