deltachat-faqbot


Namedeltachat-faqbot JSON
Version 0.6.0 PyPI version JSON
download
home_pageNone
SummaryFAQ bot, help to answer common questions in support groups
upload_time2024-04-27 20:51:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords deltachat bot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "deltachat-faqbot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "deltachat, bot",
    "author": null,
    "author_email": "adbenitez <adb@merlinux.eu>",
    "download_url": null,
    "platform": null,
    "description": "# FAQ Bot\n\n[![Latest Release](https://img.shields.io/pypi/v/deltachat-faqbot.svg)](https://pypi.org/project/deltachat-faqbot)\n[![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)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nA simple FAQ Bot for Delta Chat groups\n\n## Install\n\n```sh\npip install deltachat-faqbot\n```\n\n## Usage\n\nConfigure the bot:\n\n```sh\nfaqbot init bot@example.com PASSWORD\n```\n\nStart the bot:\n\n```sh\nfaqbot serve\n```\n\nRun `faqbot --help` to see all available options.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "FAQ bot, help to answer common questions in support groups",
    "version": "0.6.0",
    "project_urls": {
        "Homepage": "https://github.com/deltachat-bot/faqbot"
    },
    "split_keywords": [
        "deltachat",
        " bot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d08eb8bc4bc01a59330dae08bc8d9a84fe863938dab0acbfc2163341b727326b",
                "md5": "9977c414fd55dfe23a10042ffc80209a",
                "sha256": "e759d98797e91749df813e2528c7d2a63c0af8fa61a5a598de174809610e2596"
            },
            "downloads": -1,
            "filename": "deltachat_faqbot-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9977c414fd55dfe23a10042ffc80209a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18641,
            "upload_time": "2024-04-27T20:51:53",
            "upload_time_iso_8601": "2024-04-27T20:51:53.710502Z",
            "url": "https://files.pythonhosted.org/packages/d0/8e/b8bc4bc01a59330dae08bc8d9a84fe863938dab0acbfc2163341b727326b/deltachat_faqbot-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 20:51:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "deltachat-bot",
    "github_project": "faqbot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "deltachat-faqbot"
}
        
Elapsed time: 0.26371s