- You need poetry
pip install poetry
-
voice client support You need to install
libffi-dev
andffmpeg
. -
You need VoiceVox EngineAPI VOICEVOX/voicevox_engine use with docker
docker pull voicevox/voicevox_engine:cpu-ubuntu20.04-latest
docker run --rm -p '127.0.0.1:50021:50021' voicevox/voicevox_engine:cpu-ubuntu20.04-latest
git clone git@github.com:ankurugranpa/discoZUNDA.git
cd discoZUNDA
python3 -m poetry install
cp .env.exsample .env
## you need setting .env file ##
python3 -m poetry run python3 main.py