このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

WP Slack Logbot

説明

  • Save all posts on slack to the database in WordPress
  • It will be made blog posts by each channel per day
  • Create categories by teams and channels automatically

スクリーンショット

インストール

Follow the steps below.

Install Plugin

  1. Upload this repository to plugins directory, or install from admin page.
  2. Activate WP Slack Logbot

Create Slack App

In order to complete installation, need to create a slack-bot user and issue the Bot User OAuth Access Token.

  1. Visit SlackAPI page and click Create New App button on the top right.
  2. Fill-out the following fields, and click Create App button.

    • App Name
    • Development Slack Workspace
  3. Add Bot User

    1. Click Bot User link on the left side menu.
    2. Fill-out the following fields, and click Add Bot User
  4. Enable Event Subscriptions

    1. Click Event Subscriptions link on the left side menu.
    2. Turn Enable Events ON.

    3. Put Request URL like following URL.

      • https://your-domain.com/wp-json/wp-slack-logbot/events/
      • Then, it would be verified.
    4. Set the following Subscribe to Workspace Events
      • message.channels
      • message.groups
    5. Set Subscribe to Bot Events like below
      • message.channels
      • message.groups
    6. Click Save Changes
    7. After saving completed, follow the direction
  5. OAuth & Permissions

    1. Click OAuth & Permissions link on the left side menu.

    2. Click Install App to Workspace button

    3. Then it will be shown OAuth Access Token and Bot User OAuth Access Token

      • Copy Bot User OAuth Access Token
        • This time, only use Bot User OAuth Access Token

Plugin Settings

  1. Go to Plugin Setting page
    1. Paste Bot User OAuth Access Token which is copied earlier.
    2. Then click Save Changes button

Invitation to the channel

  1. Invite logbot to the channels
    • Both are allowed to invite logbot to the public channels and private channels.

FAQ

No information

評価

このプラグインにはレビューがありません。

貢献者と開発者

WP Slack Logbot はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WP Slack Logbot” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.6

  • Minor bug fixes

1.5

  • Minor bug fixes

1.4

  • Minor bug fixes

1.3

  • Minor bug fixes

1.2

  • Move setting link into Settings

1.1

  • Enabled uninstall hook to delete option value and drop log table

1.0

  • First release