Metadata-Version: 2.1
Name: dcstatus
Version: 1.3.0
Summary: Bot to get Delta Chat releases status information
Author-email: adbenitez <adb@merlinux.eu>
Project-URL: Homepage, https://github.com/deltachat-bot/dcstatus
Keywords: deltachat,bot
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 <7.0,>=6.0.0
Requires-Dist: cachelib >=0.13.0
Requires-Dist: requests >=2.32.3
Requires-Dist: beautifulsoup4 <5.0,>=4.12.3
Requires-Dist: playwright <2.0,>=1.48.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'
Requires-Dist: types-requests ; extra == 'dev'

# dcstatus

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

Bot to get Delta Chat releases status information.

## Install

```sh
pip install dcstatus
```

Then, to setup [Playwright](https://playwright.dev/python/docs/intro), run:

```sh
playwright install
```

## Usage

Configure the bot:

```sh
dcstatus init bot@example.com PASSWORD
```

Start the bot:

```sh
dcstatus serve
```

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