Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 697 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 697 Bytes

Simple sound bot

Simple bot that plays a sound on specific integration bots message

Inspired by Casey Fulton's blog post.

Installation

$ sudo apt-get install python-dev
$ sudo pip install websocket
$ sudo pip install slackclient
$ sudo apt-get install mpg123

Usage

Note: You must obtain a token for the user/bot. You can find or generate these at the Slack API page. You also need to create the bot for that matter.

Run the bot:

$ python sounds.py

Add support for other types of messages by adding a rule in CHECK_TYPES