https://github.com/electron/slack-chromium-helper
Slack bot to unfurl Chromium development URLs
https://github.com/electron/slack-chromium-helper
Last synced: over 1 year ago
JSON representation
Slack bot to unfurl Chromium development URLs
- Host: GitHub
- URL: https://github.com/electron/slack-chromium-helper
- Owner: electron
- License: mit
- Created: 2021-02-10T00:50:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T09:53:46.000Z (over 1 year ago)
- Last Synced: 2025-03-20T09:51:16.586Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 441 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Chromium Helper

This bot, when deployed as a Heroku app, will unfurl Chromium related URLs to provide context in Slack.
The URLs this bot currently supports are:
* `https://crbug.com/12345`
* `https://bugs.chromium.org/p/chromium/issues/detail?id=12345`
* `https://chromium-review.googlesource.com/c/chromium/src/+/123456`
* `https://source.chromium.org/chromium/chromium/src/+/main:chrome/app/main_dll_loader_win.cc`
* `https://source.chromium.org/chromium/chromium/src/+/main:chrome/app/main_dll_loader_win.cc;l=101`
* `https://source.chromium.org/chromium/chromium/src/+/main:chrome/app/main_dll_loader_win.cc;l=101-110`
## Installation
## What does it look like?

## Configuration
The following environment variables need to be set:
* `SLACK_TOKEN`: Slack bot token
* `SLACK_SIGNING_SECRET`: Slack app signing secret
* `SLACK_BOT_ID`: User id of Slack app
## Routes
`/slack/events`: Used by Slack, you _probably_ don't want to call this yourself.