Metadata-Version: 2.4
Name: eitaplusir
Version: 1.0.0
Summary: کتابخانه پایتونی برای ارتباط با API ایتایار
Home-page: https://latifipor.ir
Author: Mohamad Latifi Por
Author-email: Mohamad Latifi Por <katghj3@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Eitaplusir

کتابخانه پایتونی برای ارتباط با API ایتایار

## نصب

pip install eitaplusir

## استفاده

from eitaplusir import Eitaplusir

bot = Eitaplusir("YOUR_TOKEN")
bot.send_message("chat_id", "سلام")
