Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
/ slack-php-bot Public archive

A shitty Slack bot made in PHP that abused webhooks

License

Notifications You must be signed in to change notification settings

tmpim/slack-php-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.