Metadata-Version: 2.4
Name: deltachat-faqbot
Version: 0.8.0
Summary: FAQ bot, help to answer common questions in support groups
Author-email: adbenitez <adb@arcanechat.me>
Project-URL: Homepage, https://github.com/deltachat-bot/faqbot
Keywords: deltachat,bot
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: deltabot-cli<9.0,>=8.1.0
Requires-Dist: SQLAlchemy<3.0,>=2.0.49
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: prospector[with-mypy]; extra == "dev"
Dynamic: license-file

# FAQ Bot

[![Latest Release](https://img.shields.io/pypi/v/deltachat-faqbot.svg)](https://pypi.org/project/deltachat-faqbot)
[![CI](https://github.com/deltachat-bot/faqbot/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/faqbot/actions/workflows/python-ci.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

A simple FAQ Bot for Delta Chat groups

## Install

```sh
pip install deltachat-faqbot
```

## Usage

Configure the bot:

```sh
faqbot init dcaccount:nine.testrun.org
```

Start the bot:

```sh
faqbot serve
```

Run `faqbot --help` to see all available options.
