A voice-to-text converter bot for Delta Chat.
pip install voice2text-deltabot
The bot uses Faster Whisper to extract the text from voice messages.
To configure the bot:
voice2text-bot init [email protected] SuperHardPassword
(Optional) To customize the bot name, avatar and status/signature:
voice2text-bot config selfavatar "/path/to/avatar.png"
voice2text-bot config displayname "Voice To Text"
voice2text-bot config selfstatus "Hi, send me some voice message to convert it to text"
Finally you can start the bot with:
voice2text-bot serve
To see the available options, run in the command line:
voice2text-bot --help