Botkit for logging and recording actions of users in voice channels in a guild.
Telegram bot notifies when specified user (dis)connects a voice channel.
Discord bot logs all voice channel (dis)connections and records all voice sounds within specific user.
# Clone, build and run Recordia with Docker
git clone https://github.com/markmelix/recordia.git
docker build recordia -t recordia:latest
# See available options
docker run --rm -it recordia --help
# Watch users user1, user2 and user3 within specified guild
# mapping recordings to ./records directory
docker run --rm -it -v ./records:/app/records recordia -D "discord_token" -T "telegram_token" "Name of a guild to watch" "user1,user2,user3"