Metadata-Version: 2.3
Name: aiogram_broadcaster
Version: 0.6.4
Summary: A lightweight aiogram-based library for broadcasting Telegram messages.
Project-URL: Homepage, https://github.com/loRes228/aiogram_broadcaster.git
Project-URL: Documentation, https://github.com/loRes228/aiogram_broadcaster/wiki
Project-URL: Source code, https://github.com/loRes228/aiogram_broadcaster.git
Project-URL: Issue Tracker, https://github.com/loRes228/aiogram_broadcaster/issues
Author: LORES
Maintainer: LORES
License: MIT License
        
        Copyright (c) 2024 LORES
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: api,asyncio,boadcasting,bot,broadcast,broadcaster,framework,mailing,mailing-system,telegram,wrapper
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: aiogram>=3.10.0
Provides-Extra: all
Requires-Dist: jinja2>=3.1.0; extra == 'all'
Requires-Dist: motor-types>=1.0.0b4; extra == 'all'
Requires-Dist: motor>=3.5.0; extra == 'all'
Requires-Dist: mypy>=1.11.0; extra == 'all'
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'all'
Requires-Dist: pytest>=8.2.0; extra == 'all'
Requires-Dist: redis[hiredis]>=5.0.0; extra == 'all'
Requires-Dist: ruff>=0.6.4; extra == 'all'
Requires-Dist: sqlalchemy>=2.0.0; extra == 'all'
Requires-Dist: types-aiofiles>=24.1.0; extra == 'all'
Provides-Extra: butcher
Requires-Dist: jinja2>=3.1.0; extra == 'butcher'
Provides-Extra: dev
Requires-Dist: motor-types>=1.0.0b4; extra == 'dev'
Requires-Dist: mypy>=1.11.0; extra == 'dev'
Requires-Dist: ruff>=0.6.4; extra == 'dev'
Requires-Dist: types-aiofiles>=24.1.0; extra == 'dev'
Provides-Extra: jinja
Requires-Dist: jinja2>=3.1.0; extra == 'jinja'
Provides-Extra: mongo
Requires-Dist: motor>=3.5.0; extra == 'mongo'
Provides-Extra: redis
Requires-Dist: redis[hiredis]>=5.0.0; extra == 'redis'
Provides-Extra: sqlalchemy
Requires-Dist: sqlalchemy>=2.0.0; extra == 'sqlalchemy'
Provides-Extra: test
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'test'
Requires-Dist: pytest>=8.2.0; extra == 'test'
Description-Content-Type: text/markdown

# aiogram_broadcaster

[![GitHub License](https://img.shields.io/github/license/loRes228/aiogram_broadcaster?style=plastic&logo=github&link=https%3A%2F%2Fgithub.com%2FloRes228%2Faiogram_broadcaster%3Ftab%3DMIT-1-ov-file)](https://github.com/loRes228/aiogram_broadcaster?tab=MIT-1-ov-file#MIT-1-ov-file)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/loRes228/aiogram_broadcaster/tests.yml?branch=main&style=plastic&logo=github)](https://github.com/loRes228/aiogram_broadcaster/actions)
[![PyPI - Status](https://img.shields.io/pypi/status/aiogram-broadcaster?style=plastic&logo=pypi)](https://pypi.org/project/aiogram-broadcaster/)
[![PyPI - Version](https://img.shields.io/pypi/v/aiogram-broadcaster?style=plastic&color=blue&logo=pypi)](https://pypi.org/project/aiogram-broadcaster/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/aiogram-broadcaster?style=plastic&color=green&logo=pypi)](https://pypi.org/project/aiogram-broadcaster/)
[![PyPI - Python Version](https://img.shields.io/badge/python-3.9%2B-blue?style=plastic&logo=python)](https://www.python.org/downloads/)
[![Static Badge](https://img.shields.io/badge/aiogram-3.10%2B-blue?style=plastic&logoColor=blue&link=https%3A%2F%2Fwww.python.org%2Fdownloads%2F&logo=pypi)](https://aiogram.dev)
[![Static Badge](https://img.shields.io/badge/wiki-gray?style=plastic&logo=github)](https://github.com/loRes228/aiogram_broadcaster/wiki)

### **aiogram_broadcaster** is lightweight aiogram-based library for broadcasting Telegram messages.

### Features

* #### Event system allows handle events throughout the broadcast process.
* #### Placeholder system allows dynamic content insertion in broadcast messages.
* #### Storages allows manage and persist mailing data.
* #### Flexable contents to be broadcasting.
* #### Has different types of intervals, for long or fast mailing.
* #### Statistics to monitor the mailing process.
* #### Support of multiple parallel mailings.
* #### Supports multibot for broadcasting from multiple bots.
* #### Status of the mailer.
* #### Support of logging.
* #### Has type hints and can be used with type checking tools.

<br>

#### See more in the documentation: https://github.com/loRes228/aiogram_broadcaster/wiki
