Metadata-Version: 2.4
Name: AminoDorks
Version: 0.4.0
Summary: AminoDorksPY is a Python library that interacts with the AminoApps API.
Author-email: Nullable-developer <work.email.none@gmail.com>
Keywords: amino,api,client,community
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.12.15
Requires-Dist: aiofiles>=24.1.0
Requires-Dist: msgspec>=0.19.0

<div align="center">
    <h1>AminoDorksPy</h1>
    <a href="https://t.me/aminodorks">
    <img src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white" alt="Telegram">
    </a>
    <a href="https://pypi.org/project/aminodorks/">
    <img src="https://img.shields.io/badge/PyPI-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="PyPI">
    </a>
    <a href="https://docs.aiohttp.org/">
    <img src="https://img.shields.io/badge/aiohttp-009688?style=for-the-badge&logo=aiohttp&logoColor=white" alt="aiohttp">
    </a>
    <a href="https://github.com/aio-libs/aiofiles">
    <img src="https://img.shields.io/badge/aiofiles-007ACC?style=for-the-badge&logo=python&logoColor=white" alt="aiofiles">
    </a>
    <a href="https://msgspec.msgpack.org/">
    <img src="https://img.shields.io/badge/msgspec-000000?style=for-the-badge&logo=python&logoColor=white" alt="msgspec">
    </a>
</div>

> [!IMPORTANT] 
> The library was released in early access, there may be a large number of bugs and errors, please report them. Also many functions are not yet avalible, but they will be added over time.

## Features

AminoDorks contains a many features as a library for AminoApps, for example
* So much methods to interacting with API
* Generation of special signature from Android with KeyStore bypassing
* Non-limited requests rate limit for signatures generation
* Huge priority for creating user bots for stressing
* Supporting of so much types with API interacting
* [Fully open source code of server-side](https://github.com/thatcelt/dorks_api)


## Getting Started
To get started with AminoDorks, follow these steps:
1. Initialize uv package `uv init`
2. Install package vin pip: `uv pip install aminodorks.py`
3. Get your individual API_KEY from our
[Telegram Bot](https://t.me/aminodorks_bot)

## Usage
... coming soon.
