Name | voice2text-deltabot JSON |
Version |
1.4.0
JSON |
| download |
home_page | None |
Summary | Delta Chat bot to extract text from voice messages |
upload_time | 2024-04-28 14:31:36 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
deltachat
bot
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Voice To Text Bot
[![Latest Release](https://img.shields.io/pypi/v/voice2text-deltabot.svg)](https://pypi.org/project/voice2text-deltabot)
[![CI](https://github.com/deltachat-bot/voice2text_deltabot/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/voice2text_deltabot/actions/workflows/python-ci.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
A voice-to-text converter bot for Delta Chat.
## Install
```sh
pip install voice2text-deltabot
```
The bot uses [Faster Whisper](https://github.com/guillaumekln/faster-whisper/) to extract the text
from voice messages.
## Usage
To configure the bot:
```sh
voice2text-bot init bot@example.org SuperHardPassword
```
**(Optional)** To customize the bot name, avatar and status/signature:
```sh
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:
```sh
voice2text-bot serve
```
To see the available options, run in the command line:
```
voice2text-bot --help
```
Raw data
{
"_id": null,
"home_page": null,
"name": "voice2text-deltabot",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "deltachat, bot",
"author": null,
"author_email": "adbenitez <adb@merlinux.eu>",
"download_url": null,
"platform": null,
"description": "# Voice To Text Bot\n\n[![Latest Release](https://img.shields.io/pypi/v/voice2text-deltabot.svg)](https://pypi.org/project/voice2text-deltabot)\n[![CI](https://github.com/deltachat-bot/voice2text_deltabot/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/voice2text_deltabot/actions/workflows/python-ci.yml)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nA voice-to-text converter bot for Delta Chat.\n\n## Install\n\n```sh\npip install voice2text-deltabot\n```\n\nThe bot uses [Faster Whisper](https://github.com/guillaumekln/faster-whisper/) to extract the text\nfrom voice messages.\n\n## Usage\n\nTo configure the bot:\n\n```sh\nvoice2text-bot init bot@example.org SuperHardPassword\n```\n\n**(Optional)** To customize the bot name, avatar and status/signature:\n\n```sh\nvoice2text-bot config selfavatar \"/path/to/avatar.png\"\nvoice2text-bot config displayname \"Voice To Text\"\nvoice2text-bot config selfstatus \"Hi, send me some voice message to convert it to text\"\n```\n\nFinally you can start the bot with:\n\n```sh\nvoice2text-bot serve\n```\n\nTo see the available options, run in the command line:\n\n```\nvoice2text-bot --help\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Delta Chat bot to extract text from voice messages",
"version": "1.4.0",
"project_urls": {
"Homepage": "https://github.com/deltachat-bot/voice2text_deltabot"
},
"split_keywords": [
"deltachat",
" bot"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "30ca54c2c696c695f58735511646f464a854cd399fee195818216e198f186dd9",
"md5": "9a6625534e35eb39028d7415eac92fab",
"sha256": "c7eb5af88749154ad0d5650f8d8f0f46121a5a2578ceaef3630ecd0799e79a4c"
},
"downloads": -1,
"filename": "voice2text_deltabot-1.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9a6625534e35eb39028d7415eac92fab",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 17484,
"upload_time": "2024-04-28T14:31:36",
"upload_time_iso_8601": "2024-04-28T14:31:36.699344Z",
"url": "https://files.pythonhosted.org/packages/30/ca/54c2c696c695f58735511646f464a854cd399fee195818216e198f186dd9/voice2text_deltabot-1.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-28 14:31:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "deltachat-bot",
"github_project": "voice2text_deltabot",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "voice2text-deltabot"
}