No project description provided
Project description
Eitaa Python Toolkit
Unofficial toolkit for Eitaa messenger.
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")) # "eitta" 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 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eitaa-2.1.3.tar.gz
(4.3 kB
view details)
Built Distribution
eitaa-2.1.3-py3-none-any.whl
(4.5 kB
view details)
File details
Details for the file eitaa-2.1.3.tar.gz
.
File metadata
- Download URL: eitaa-2.1.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 590bf6a43fa9980fba7e1aee94b9e909971c70cf2667b0c8b92702dd55a4be1a |
|
MD5 | 932577ea2577ae7e21f6482bb600a00d |
|
BLAKE2b-256 | c582d839b4e978cddf554248843d0493372dbb35e4222add6274110000426439 |
File details
Details for the file eitaa-2.1.3-py3-none-any.whl
.
File metadata
- Download URL: eitaa-2.1.3-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb0df8552ca63dfbb292e7d97cea758a663f0bcfe797f6541de54afa88eef293 |
|
MD5 | 1047345651a48cbd4d9cb14bfc948284 |
|
BLAKE2b-256 | c98aa94fb693541169d4b126f4e8a022bb80dc2bdcb4832e413fca6b8abda033 |