An open API service indexing awesome lists of open source software.

https://github.com/pyepye/slackbot-soundboard


https://github.com/pyepye/slackbot-soundboard

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

          

#Slack Soundboard

Play soundbites via slack command

## Install / Run
* Install nodejs
* `npm install -g localtunnel`
* pip install -r requirements.txt
* Add this directory location to your PYTHONPATH
* `python soundboard/app.py`
* `lt --port 5000 --subdomain soundboard`
* Drop audio files into audio/[command_name]
* Copy the URL provided into a new [Slash Command](https://api.slack.com/slash-commands). The /command must match the folder name within the audio directory
* Change token in `settings.py`