spatricius/slack-unfurl-bundle

基于 Symfony Message 的 Slack 展开包

安装: 41

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

v1.0.2 2023-04-17 19:24 UTC

This package is auto-updated.

Last update: 2024-09-18 00:11:35 UTC


README

使用 Symfony Messenger 帮助展开 Slack URL:Symfony Messenger

集成

Gitlab

Zeichen32GitLabApiBundle 提供的 Gitlab 客户端

用法

查看示例应用:spatricius/slack-unfurl-app

Slack 配置

Slack Apps 中的示例清单

display_information:
  name: My unfurl app
  description: Show links desciptions
  background_color: "#000000"
features:
  bot_user:
    display_name: Links helper
    always_online: false
  unfurl_domains:
    - gitlab.mydomain.com
oauth_config:
  scopes:
    bot:
      - links:read
      - links:write
settings:
  event_subscriptions:
    request_url: http://111.111.111.111:666/unfurl/
    bot_events:
      - link_shared
  org_deploy_enabled: false
  socket_mode_enabled: false
  token_rotation_enabled: false