Thanks to visit codestin.com
Credit goes to github.com

Skip to content

markmelix/recordia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recordia Voice Logging Botkit

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.

Running with Docker

# 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"

About

Botkit for logging, recording and notifying actions of users in Discord voice channels within a guild.

Resources

License

Stars

Watchers

Forks

Contributors