Metadata-Version: 2.4
Name: amino.dorks.fix
Version: 3.9.8.8
Summary: Library for Amino. Telegram - https://t.me/aminodorks
Home-page: https://github.com/misterio060/amino.dorks.fix
Author: misterio
Author-email: misterio1234321@gmail.com
License: MIT
Keywords: aminoapps,amino.fix,amino,aminodorks,amino-bot,narvii,api,python,python3,python3.x,misterio060
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: websocket-client==1.3.1
Requires-Dist: setuptools
Requires-Dist: json_minify
Requires-Dist: six
Requires-Dist: aiohttp
Requires-Dist: websockets
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# amino.dorks.fix

**amino.dorks.fix** — a fixed version of the old [aminofix](https://github.com/Minori101/Amino.fix) library, restored to work properly with the Amino API. It works on **[DorksApi](https://github.com/thatcelt/dorks_api)**.

📢 Telegram: [@aminodorks](https://t.me/aminodorks)

---

## 📦 Installation

```bash
pip install amino.dorks.fix
```

Or from repository:

```bash
git clone https://github.com/misterio060/amino.dorks.fix
cd amino.dorks.fix
pip install .
```

---

## 🔧 Usage

Example of login and performing a check-in:

```python
import aminodorksfix

client = aminodorksfix.Client('go to @aminodorks_bot to get api key')
client.login(email='<EMAIL>', password='<PASSWORD>')
print('logged in', client.profile.nickname)

sub_client = aminodorksfix.SubClient(comId='comId', profile=client.profile)
sub_client.check_in()
```

---

## 📚 Documentation

Currently, documentation is in progress.
For now, you can use old `aminofix` examples since the API is mostly the same.
