/nook

Better Soundboard for Discord. (uses PyGame)

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

nook

A better soundboard for Discord.

Installation

First, install VB-Cable from here.

Then, paste the following into your terminal:

Windows

git clone https://github.com/FujiwaraChoki/nook.git
cd nook
cd server
pip install -r requirements.txt
cd ..
yarn install

start cmd /k "cd server && python main.py"

yarn dev

Linux

git clone https://github.com/FujiwaraChoki/nook.git
cd nook
cd server
pip install -r requirements.txt
cd ..
yarn install

yarn dev & (cd server && python main.py)

Usage

  1. Wait for the Electron app to open.
  2. Join a voice channel in Discord.
  3. Choose an output device in the Electron app.
  4. Upload & play sounds.

License

Released under the AGPL-3.0 License.

Author

@FujiwaraChoki