Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 855 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 855 Bytes

discord-voice-bot

This is a simple discord voice bot with main focus on text-to-speech and youtube integration

INSTALLATION: install python dependencies with command pip install -r requirements.txt

OTHER DEPENDENCIES:

  • FFMPEG is required for audio playback. On ubuntu/debian, it can be installed with sudo apt install ffmpeg. For other operating systems and package managers, see https://ffmpeg.org/

  • Chromium is required for youtube integration. On ubuntu/debian, it can be installed with sudo apt install chromium

Text to speech package is installed by running script setup.sh. No setup scripts for windows are provided, but the packages can be manually downloaded.

The program also needs to be supplied a valid discord bot token, which should be stored in a file called .env, specidfied by a line TOKEN=...