Metadata-Version: 2.4
Name: stalebot
Version: 0.2.0
Summary: Bot to get group invitations and remove stale members
Author-email: adbenitez <adb@merlinux.eu>
Project-URL: Homepage, https://github.com/deltachat-bot/stalebot
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
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: setuptools; extra == "dev"
Dynamic: license-file

# stalebot

[![Latest Release](https://img.shields.io/pypi/v/stalebot.svg)](https://pypi.org/project/stalebot)
[![CI](https://github.com/deltachat-bot/stalebot/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/stalebot/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 group invitations and remove stale members.

## Install

```sh
pip install stalebot
```

## Usage

Configure the bot:

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

Start the bot:

```sh
stalebot serve
```

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