Skip to content

deltachat-bot/voice2text_deltabot

Repository files navigation

Voice To Text Bot

Latest Release CI Code style: black

A voice-to-text converter bot for Delta Chat.

Install

pip install voice2text-deltabot

The bot uses Faster Whisper to extract the text from voice messages.

Usage

To configure the bot:

voice2text-bot init bot@example.org 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