- Plugin: WP Slack Logbot
- Contributors: ryotsun
- Tags: WordPress, Slack, logs
- Requires at least: 4.9
- Tested up to: 5.1-alpha-20181015.143023
- Requires PHP: 5.3
- Stable tag: 1.6.0
- License: GPLv2 or later
Stores all messages of particular channels on slack. And able to see them.
- 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
- Upload this repository to
plugins
directory, or install from admin page. - Activate
WP Slack Logbot
In order to complete installation, need to create a slack-bot user and issue the Bot User OAuth Access Token
.
-
Visit SlackAPI page and click
Create New App
button on the top right. -
Fill-out the following fields, and click
Create App
button. -
Add Bot User
-
Enable Event Subscriptions
-
Click
Event Subscriptions
link on the left side menu. -
Put
Request URL
like following URL.https://your-domain.com/wp-json/wp-slack-logbot/events/
- Then, it would be verified.
-
Set the following
Subscribe to Workspace Events
message.channels
message.groups
-
Set
Subscribe to Bot Events
like belowmessage.channels
message.groups
-
Click
Save Changes
-
-
OAuth & Permissions
- Go to Plugin Setting page
- Invite
logbot
to the channels- Both are allowed to invite logbot to the public channels and private channels.
That's all for installation.