Yominon is the bot reading aloud the text messages on the the voice channel for Discord.
- Yominon is on premises and OSS.
- Yominon use Docker and deploy easily.
- Yominon don't require cloud services.
- Yominon can also run on Raspberry Pi(NOT supported ARMv6).
git clone https://github.com/PenguinCabinet/yominon
cd yominon
vim docker-compose.yml #You write your discord bot key in BOT_KEY of environment variables in this file.
#Or you use "export yominon_BOT_KEY=<your discord bot key>".
docker-compose up -d
Please make the key of the Discord bot and give Yominon the authority appropriately.
The needed authority for Yominon.
* Connect voice channels.
* Speak in voice channels.
* Read messages in text channels.
* See channels.
- Yourself join in the voice channel.
- You write ".join" on any text channel Yominon can read.
- Yominon join in the voice channel same with you.
- Yominon read aloud new text message on any text channel Yominon can read.
- Yominon exit on the voice channel when someone write ".bye" on any text channel Yominon can read.
open jtalk
mmdagent