Опис
- 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
- Upload this repository to
plugins
directory, or install from admin page. - 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
.
- Visit SlackAPI page and click
Create New App
button on the top right. -
Fill-out the following fields, and click
Create App
button.App Name
Development Slack Workspace
-
Add Bot User
- Click
Bot User
link on the left side menu. - Fill-out the following fields, and click
Add Bot User
- Click
-
Enable Event Subscriptions
- Click
Event Subscriptions
link on the left side menu. -
Turn
Enable Events
ON. -
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
- After saving completed, follow the direction
- Click
-
OAuth & Permissions
-
Click
OAuth & Permissions
link on the left side menu. -
Click
Install App to Workspace
button -
Then it will be shown
OAuth Access Token
andBot User OAuth Access Token
- Copy
Bot User OAuth Access Token
- This time, only use
Bot User OAuth Access Token
- This time, only use
- Copy
-
Plugin Settings
- Go to Plugin Setting page
- Paste
Bot User OAuth Access Token
which is copied earlier. - Then click
Save Changes
button
- Paste
Invitation to the channel
- Invite
logbot
to the channels- Both are allowed to invite logbot to the public channels and private channels.
Часті питання
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