Metadata-Version: 2.1
Name: deltachat-faqbot
Version: 0.7.0
Summary: FAQ bot, help to answer common questions in support groups
Author-email: adbenitez <adb@merlinux.eu>
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.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: SQLAlchemy <3.0,>=2.0.25
Requires-Dist: deltabot-cli <7.0,>=6.1.0
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: pylama ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

# 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 bot@example.com PASSWORD
```

Start the bot:

```sh
faqbot serve
```

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