https://github.com/pyepye/slackbot-soundboard
https://github.com/pyepye/slackbot-soundboard
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyepye/slackbot-soundboard
- Owner: pyepye
- Created: 2015-12-11T17:51:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T18:28:30.000Z (over 10 years ago)
- Last Synced: 2025-12-26T04:02:58.996Z (6 months ago)
- Language: Python
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`