Slackbot for personnal team. Nothing to reuse for now only stupid things but with cool js work ;)
1.1K
Stupid slackbot to add fun. This bot is a simple message analyzer that use filters to respond.
The bot has two kind of configuration :
To run this bot on you Slack team :
docker run -d -e SLACK_API_TOKEN={your_salck_bot_token} -e MASTER_ID={slack_user_id} fteychene/slackbot:latest
Filter are currently some word modifications based on French language wordplay.
Currently the filters are :
The command are actions to change the behavior or the bot (stop/start applying filter, display current configuration).
Currently the commands are (the only mandatory space is between the bot keyword and the command type):
bot config : Display the current state of the bot configbot filter = (true|false) : Modify the application of the filters (if true the bot will respond with filters on message) Restricted Commandbot {key} = {value} : Store the key and value.bot {key} ? : Display the value of a keybot addmom={value} : Adds something to the mom terminology arraybot addmomAdjective={value} : Adds something to the insults arrayContent type
Image
Digest
Size
93.5 MB
Last updated
over 9 years ago
docker pull fteychene/slackbot