Metadata-Version: 2.1
Name: zpy-alert-manager
Version: 0.1.0
Summary: Básic module for delivery alerts
Home-page: https://github.com/NoeCruzMW
Author: Noé Cruz | linkedin.com/in/zurckz/
Author-email: zurckz.services@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: zpy-api-core ==2.0.0

<p align="center">
  <a  href="https://github.com/NoeCruzMW/zpy-flask-msc-docs"><img width="150" src="https://lh3.googleusercontent.com/a-/AOh14GjLO5qYYR5nQl5hgavUKz4Dv3LVzWDvGtV4xNam=s600-k-no-rp-mo" alt="Zurck'z"></a>
</p>
<p align="center">
    <em>ZPy Telegram Alert Notifier</em>
</p>
<p align="center"></p>

---

# ZPy Alert Manager

> Zurck'z Py Telegram Bot Alert Notifier

This package contains some helpers features for build python microservices.

## Requirements

- Python 3.9+

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install py flask micro service core .

```bash
pip install zpy-api-core
```

## Features

Contains some helper features.

- Telegram Bot Manager
  - Send message to specific chat

## Basic Usage

```python
notifier = TelegramBot(data={})
notifier.send('Hello',"12121")
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Authors

[Noé Cruz](https://www.linkedin.com/in/zurckz/)
