Skip to content

Releases: bistcuite/eitaapykit

v2.1.3

18 Jul 20:43
Compare
Choose a tag to compare

v2.1.2

07 Apr 19:19
Compare
Choose a tag to compare
  • Add message_number and iso_time to make it easier to follow updates(by @a-Rahmati)
  • Some changes and bug fixes(by @bistcuite)

مستندات فارسی بالاخره رسید!!!

می‌تونید مستندات فارسی رو در لینک زیر مشاهده کنید، مستندات از این پس فقط به صورت فارسی ارائه خواهد شد.

PyPI | مستندات فارسی

2.1.1

01 Feb 09:14
c644eae
Compare
Choose a tag to compare

PyPI Page
Documentation

Changes

By @smkplus :

  • delete method for messages
  • schedule messages with date
  • fix get_latest_messages to get correct data

2.0.0

15 Mar 16:34
Compare
Choose a tag to compare

PyPI Page
Documentation

New features

  • add is_verified feature to check if a channel is verified by Eitaa
  • add get_latest_messages method to get latest message of a channel
  • support getting users information in get_info method

Changes

  • sync with latest eitaa web client changes

Removed

  • remove get_my_info method(it was not useful)

You can install eitaapykit with following command :

pip install eitaa

v1.5.0

16 Sep 08:59
Compare
Choose a tag to compare

PyPI Page
Documentation

Changes

  • add get_my_info method to get user account's information
  • add disable_notification and reply_to_message_id to send_message and send_file methods

You can install eitaapykit with following command :

pip install eitaa

v1.4.0

31 Aug 20:00
Compare
Choose a tag to compare

PyPI Page

  • add get_info method to get channel's information

You can install eitaapykit with following command :

pip install eitaa

v1.3.3

06 Aug 06:52
Compare
Choose a tag to compare

PyPI Page

pip install eitaa

Changelog

  • get_trends function added to get trends hashtags for last 12 hours, 24 hours, 7 days and 30 days
  • get_info function deprecated(this option removed from Eitaa website)
  • better documentation

v1.2.1

10 Jan 05:14
2de84be
Compare
Choose a tag to compare
  • Move methods to Eitaa class

PyPI Page

Install via pip

pip install eitaa-pykit

v1.1

24 Sep 05:08
Compare
Choose a tag to compare

Add view counts to delete message
Add requirments to setup.py
Add requirments.txt file