Metadata-Version: 2.4
Name: channelsbot
Version: 0.2.0
Summary: Create Chatmail channels out RSS/Atom feeds
Author-email: adbenitez <adb@arcanechat.me>
Project-URL: Homepage, https://github.com/deltachat-bot/channelsbot
Keywords: deltachat,bot,feeds,rss,atom,chatmail
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: deltabot-cli<9.0,>=8.1.1
Requires-Dist: feedparser<7.0,>=6.0.12
Requires-Dist: requests<3.0,>=2.28.1
Requires-Dist: beautifulsoup4<5.0,>=4.11.1
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: prospector[with-mypy]; extra == "dev"
Requires-Dist: types-requests; extra == "dev"
Dynamic: license-file

# <img src="https://github.com/deltachat-bot/channelsbot/raw/main/logo.png" width="32px"> Channels Bot

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

Chatmail bot that allows to create channels out of RSS/Atom feeds.

## Install

```sh
pip install channelsbot
```

Configure the bot:

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

Start the bot:

```sh
channelsbot serve
```

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