Delta Chat bot to extract text from voice messages
Project description
Voice To Text Bot
A voice-to-text converter bot for Delta Chat.
Install
pip install voice2text-deltabot
The bot uses Whisper to extract the text from voice messages,
Whisper requires the command-line tool ffmpeg
to be installed on your system, which is available
from most package managers:
# on Ubuntu or Debian
sudo apt update && sudo apt install ffmpeg
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for voice2text_deltabot-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a8c25926edadec84f153e42b62ad62a3977591b9774cde839894df9326f5739 |
|
MD5 | 1045c011dc78f4e733398bd5932d1960 |
|
BLAKE2b-256 | 38066f95e04416e1f1008239f0f3061e629e8c8175976db0854314d7e8e80802 |