SkillAgentSearch skills...

Eitaapykit

Unofficial toolkit for Eitaa messenger | کار با API ایتا در پایتون

Install / Use

/learn @bistcuite/Eitaapykit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Eitaa Python Toolkit

Unofficial toolkit for Eitaa messenger.

🇺🇸 English | 🇮🇷 فارسی

pypi Downloads license

[!NOTE] If you found this library useful, I would appreciate it if you could donate via this link; the funds you send will be used to help the oppressed children and the brave and valiant fighters of Palestine.

Death to the child-killing Zionist regime. Death to Israel. Israel must be wiped off the face of the earth. #FreePalestine.

Installation

Installing latest published release :

pip install eitaa

Install in-development version :

pip install git+https://github.com/bistcuite/eitaapykit.git

Example

Getting channel's information:

from eitaa import Eitaa
print(Eitaa.get_info("eitta")) # "eitaa" is a channel id

Getting latest messages of a channel:

from eitaa import Eitaa
print(Eitaa.get_latest_messages('eitaa'))

Sending messages:

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

Getting messages from channels:

Eitaa.get_message("YOUR_CHANNEL_ID","YOUR_POST_ID")

Getting trends:

from eitaa import Eitaa
trends = Eitaa.get_trends()

Documentation

Read documentation here.

Licence

This project is licensed under the MIT License, read License for more information.

Related Skills

View on GitHub
GitHub Stars53
CategoryDevelopment
Updated1mo ago
Forks8

Languages

Python

Security Score

100/100

Audited on Mar 2, 2026

No findings