Eitaapykit
Unofficial toolkit for Eitaa messenger | کار با API ایتا در پایتون
Install / Use
/learn @bistcuite/EitaapykitREADME
Eitaa Python Toolkit
Unofficial toolkit for Eitaa messenger.
🇺🇸 English | 🇮🇷 فارسی
[!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
gh-issues
349.2kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
349.2kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
taskflow-inbox-triage
349.2kname: taskflow-inbox-triage description: Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some w
