Name | deltachat-chatbot JSON |
Version |
0.3.0
JSON |
| download |
home_page | None |
Summary | Conversational chat-bot for Delta Chat |
upload_time | 2024-09-04 16:38:18 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
deltachat
bot
chatbot
ai
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# ChatBot
[![Latest Release](https://img.shields.io/pypi/v/deltachat-chatbot.svg)](https://pypi.org/project/deltachat-chatbot)
[![CI](https://github.com/deltachat-bot/chatbot/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/chatbot/actions/workflows/python-ci.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Conversational chat-bot for Delta Chat, using GPT4All.
## Install
```sh
pip install deltachat-chatbot
```
## Usage
Configure the bot:
```sh
chatbot init bot@example.com PASSWORD
```
Start the bot:
```sh
chatbot serve
```
Run `chatbot --help` to see all available options.
Raw data
{
"_id": null,
"home_page": null,
"name": "deltachat-chatbot",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "deltachat, bot, chatbot, ai",
"author": null,
"author_email": "adbenitez <adb@merlinux.eu>",
"download_url": null,
"platform": null,
"description": "# ChatBot\n\n[![Latest Release](https://img.shields.io/pypi/v/deltachat-chatbot.svg)](https://pypi.org/project/deltachat-chatbot)\n[![CI](https://github.com/deltachat-bot/chatbot/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/chatbot/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\nConversational chat-bot for Delta Chat, using GPT4All.\n\n## Install\n\n```sh\npip install deltachat-chatbot\n```\n\n## Usage\n\nConfigure the bot:\n\n```sh\nchatbot init bot@example.com PASSWORD\n```\n\nStart the bot:\n\n```sh\nchatbot serve\n```\n\nRun `chatbot --help` to see all available options.\n",
"bugtrack_url": null,
"license": null,
"summary": "Conversational chat-bot for Delta Chat",
"version": "0.3.0",
"project_urls": {
"Homepage": "https://github.com/deltachat-bot/chatbot"
},
"split_keywords": [
"deltachat",
" bot",
" chatbot",
" ai"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5b80aff5f1c60c09d72d8bea032f81e1bdf69bc8d6e3a1cbd3b4750bced0e13d",
"md5": "93950f1464cb086060621b9724167b54",
"sha256": "7ea5e1b6fd2e158652cf9fce4b29408be3e0fc70d7cb3c3bba1698f053210bfc"
},
"downloads": -1,
"filename": "deltachat_chatbot-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "93950f1464cb086060621b9724167b54",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 19450,
"upload_time": "2024-09-04T16:38:18",
"upload_time_iso_8601": "2024-09-04T16:38:18.684816Z",
"url": "https://files.pythonhosted.org/packages/5b/80/aff5f1c60c09d72d8bea032f81e1bdf69bc8d6e3a1cbd3b4750bced0e13d/deltachat_chatbot-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-04 16:38:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "deltachat-bot",
"github_project": "chatbot",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "deltachat-chatbot"
}