jhhanshark / zerodayTTS

제로데이 TTS 디스코드 봇

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZerodayTTS

Microsoft Azure Cognitive Services API (text-to-speech)를 활용한 TTS 디스코드 봇

License: MIT

Developer Guide

  • git pre-commit 설정

cd .git/hooks
touch pre-commit

이제 편집기로 pre-commit 에 아래 스크립트를 추가해주세요.

#!/bin/sh
pip3 install -r requirements-dev.txt
pip3 install -r requirements.txt

sh ./scripts/format.sh
sh ./scripts/lint.sh
  • Run

export ms_key=<your-api-key>
export ZERODAY_TTS_DISCORD_TOKEN=<your-discord-token>

pip3 install -r requirements.txt

# 처음 실행하는 경우 
python3 configure.py

python3 start.py

License

This source code is distributed under the MIT License.

About

제로데이 TTS 디스코드 봇

License:MIT License


Languages

Language:Python 98.2%Language:Shell 1.8%