A bot which accepts an audio file attachment on discord, transcribes it using the symbl.ai API, and then returns the transcribed text as a new message. It also allows the user to copy the text to the clipboard for future use or can download the text as a .txt file on the system.
Join our Discord Server to test symbot.
- Clone the source code and install all the dependencies.
$ git clone https://github.com/gigabite-pro/symbot
$ cd symbot && npm install- Enter your Discord and Symbl API tokens in a
.env. - Run the bot using
npm run dev.
