Metadata-Version: 2.1
Name: fipper
Version: 0.1.5
Summary: Fipper - Telegram MTProto API Client Library for Python.
Home-page: https://github.com/AyiinXd/fipper
Author: AyiinXd
Author-email: ayingaming98@gmail.com
License: GNU Lesser General Public License v3.0 (LGPL-3.0)
Project-URL: Bug Tracker, https://github.com/AyiinXd/fipper/issues
Project-URL: Documentation, https://fipper.tech
Project-URL: Source Code, https://github.com/AyiinXd/fipper
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: screeninfo
Requires-Dist: pyaes ==1.6.1
Requires-Dist: pysocks ==1.7.1
Requires-Dist: pyyaml ==6.0.1
Requires-Dist: motor ==3.2.0
Requires-Dist: pymongo ==4.4.1
Requires-Dist: aiosqlite <0.18.0,>=0.16.0
Requires-Dist: aiohttp ==3.8.5

# AyiinXd Library For PyAyiin

Core library of [The AyiinXd](https://AyiinXd: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@github.com/AyiinXd/AyiinXd), a python based telegram userbot.


[![PyPI - Version](https://img.shields.io/pypi/v/AyiinXd?style=round)](https://pypi.org/project/fipper)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/AyiinXd?label=DOWNLOADS&style=round)](https://pypi.org/project/fipper)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/AyiinXd/AyiinXd/graphs/commit-activity)
[![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/AyiinXd/AyiinXd)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)

# Installation
```bash
pip3 install -U fipper
```

See more working plugins on [the offical repository](https://github.com/AyiinXd/AyiinXd)!

> Made with 💕 by [@AyiinXd](https://t.me/AyiinXd).


# License
[![License](https://www.gnu.org/graphics/agplv3-155x51.png)](LICENSE)
AyiinXd is licensed under [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html) v3 or later.

# Credits
* [![AyiinXd](https://img.shields.io/static/v1?label=AyiinXd&message=devs&color=critical)](https://t.me/AyiinXd)
* [Dan](https://github.com/delivrance) for [Pyrogram](https://github.com/pyrogram/pyrogram)
