Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 597 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 597 Bytes

slack-php-bot

A shitty Slack bot made in PHP that abused webhooks!

Installation

Clone this repo on any folder that is public accesible to the internet (it's a php script, duh).

On your slack team settings, create a new outgoing webhook and configure it and add the token to the configuration in slack.php.

Create your custom commands (see $commandData reference here). and add them to your script.

Do your command and get output!

A basic command is included in slack.phpthat you can call with !welcome.