deltachat-chatbot


Namedeltachat-chatbot JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryConversational chat-bot for Delta Chat
upload_time2024-04-28 01:16:52
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
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.1.0",
    "project_urls": {
        "Homepage": "https://github.com/deltachat-bot/chatbot"
    },
    "split_keywords": [
        "deltachat",
        " bot",
        " chatbot",
        " ai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8991856d87058d690b2147f06a462f61a3ed05ffb8bbfdcd9b134f713ad4d762",
                "md5": "28975de410f690d8f0e0480ce81b10c3",
                "sha256": "de7b0b38bc158c45c0a6180b07c3d7248efbf93de270bfc94cef3ba9e2e3e0fd"
            },
            "downloads": -1,
            "filename": "deltachat_chatbot-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "28975de410f690d8f0e0480ce81b10c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 19316,
            "upload_time": "2024-04-28T01:16:52",
            "upload_time_iso_8601": "2024-04-28T01:16:52.525459Z",
            "url": "https://files.pythonhosted.org/packages/89/91/856d87058d690b2147f06a462f61a3ed05ffb8bbfdcd9b134f713ad4d762/deltachat_chatbot-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 01:16:52",
    "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"
}
        
Elapsed time: 0.27198s