pastepwn icon indicating copy to clipboard operation
pastepwn copied to clipboard

Slack Action

Open Mxrk opened this issue 6 years ago • 3 comments

Send pastes to Slack channels

Mxrk avatar Oct 03 '19 12:10 Mxrk

I am not sure if posting content to slack is as easy as it is with Telegram.

To solve this issue there needs to be a new action added in the actions directory. The action must follow the example of the other actions in this directory. Don't forget to add the action to the action package file.

The most simple example for such an action is the GenericAction which executes a passed function.

The action must be able to send a new message to a slack channel. The bot does not need to react on any command.

Tests are not necessary but highly appreciated. If there are questions, don't hesitate to contact me.

d-Rickyy-b avatar Oct 03 '19 15:10 d-Rickyy-b

Can I call dibs?

rpartha avatar Oct 05 '19 03:10 rpartha

Initial integration done in PR #88

d-Rickyy-b avatar Oct 06 '19 01:10 d-Rickyy-b