A tool for recording and transcribing audio from Discord voice channels, compiling the results into a detailed meeting summary that includes attendance, chat logs, audio file, and transcription.
Add the bot to your server here!
/startmeeting
: Begin recording the meeting. The bot joins the voice channel and starts capturing audio and chat logs.
Contributions are welcome! If you have ideas for new features or improvements, feel free to open an issue or submit a pull request.
- Clone the repo
yarn install
- Install FFMPEG (
choco install ffmpeg
if you have Chocolatey) - Copy
.env.example
to.env
, and fill in your Discord Bot Client ID, Secret Token, and Open AI API key - Run
yarn start
This project uses GitHub actions for deployment, and AWS for hosting, managed by Terraform.
This project is licensed under the AGPL3 License. See the LICENSE file for details.