Metadata-Version: 2.1
Name: eitaa
Version: 1.3.0
Home-page: https://github.com/bistcuite/eitaapykit
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: bs4

# Eitaa Python Toolkit
Unofficial toolkit for [Eitaa](https://eitaa.com/) messenger.

## Install via pip
```
pip install eitaa
```

## Example
```py
from eitaa import Eitaa
eitaa_obj = Eitaa("your eitaayar.ir token")
print(eitaa_obj.send_message("chat id","message text",pin=True))
```

## Documentation
You can find documentation in [docs](docs/README.md).

## Licence
This project is licensed under the **MIT** License, for more information read [License](LICENSE).
