Metadata-Version: 2.1
Name: chatushka
Version: 0.11rc20
Summary: Bot that can make your chat explode!
Author-Email: Aleksandr Shpak <shpaker@gmail.com>
Project-URL: repository, https://github.com/shpaker/chatushka
Requires-Python: <4.0,>=3.9
Requires-Dist: aiocron<2.0,>=1.8
Requires-Dist: httpx
Requires-Dist: pydantic>=2.0
Provides-Extra: all
Requires-Dist: sentry-sdk<3.0,>=2.0; extra == "all"
Description-Content-Type: text/markdown

# Chatushka bot

Бот для чатиков (пока только для телеграмушки)


# Usage

## Installation

```shell
pip install chatushka
```

## Start bot

```shell
python -m chatushka --token <telegrambotapitoken>
```

## Test bot

- [x] добавить ботика в чат
- [x] делегировать боту админские права
- [x] написать в чатик /help

```shell
python -m chatushka --token <telegrambotapitoken>
```
