Metadata-Version: 2.1
Name: fastfetchbot-telegram-bot
Version: 0.1.0
Summary: The telegram bot service module for FastFetchBot project.
License: GPL-3.0
Author: aturret
Author-email: enturreopy@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: windows
Requires-Dist: aiofiles (>=24.1.0,<25.0.0)
Requires-Dist: beautifulsoup4 (>=4.12.2,<5.0.0)
Requires-Dist: fake-useragent (>=1.5.1,<2.0.0)
Requires-Dist: jinja2 (>=3.1.4,<4.0.0)
Requires-Dist: pillow (>=10.0.0,<11.0.0)
Requires-Dist: python-magic (>=0.4.27,<0.5.0)
Requires-Dist: python-magic-bin (>=0.4.14,<0.5.0) ; extra == "windows"
Requires-Dist: python-telegram-bot[callback-data,rate-limiter] (>=21.6,<22.0)
Description-Content-Type: text/markdown

The telegram bot service module for FastFetchBot project.

## Usage

```python
from
```
