Metadata-Version: 2.4
Name: deltachat-chatbot
Version: 0.4.0
Summary: Conversational chat-bot for Delta Chat
Author-email: adbenitez <adb@arcanechat.me>
Project-URL: Homepage, https://github.com/deltachat-bot/chatbot
Keywords: deltachat,bot,chatbot,ai
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: deltabot-cli<9.0,>=8.1.0
Requires-Dist: gpt4all<3.0,>=2.6.0
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: prospector[with-mypy]; extra == "dev"
Dynamic: license-file

# 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.
