Skip to content

Releases: JosXa/tgintegration

TgIntegration 1.2.0 - Adapt to changes in Pyrogram

04 Jan 21:48
Compare
Choose a tag to compare

TgIntegration 1.1.0 - Fixes for clicking inline and reply keyboard buttons

26 Oct 00:09
Compare
Choose a tag to compare

Bugfixes

  • Resolved #2

Changes

  • The project structure changed slightly, but all the root imports stay the same.

Bugfix for inline querying

25 Oct 14:16
Compare
Choose a tag to compare
  • Fixed a bug where ALL results from limit were returned for inline queries as duplicates

TgIntegration 1.0 Stable Release

19 Oct 01:43
Compare
Choose a tag to compare

After two years of neglect, tgintegration is finally back!
With Pyrogram turning asyncio-native and a huge demand in proper testing capabilities for Telegram Bots, it was time to give the library the love it deserves. Thus I hereby present to you the initial 1.0 Release - async by default, fully capable, and well-tested.

Features

  • 👤 Log into a Telegram user account and interact with bots or other users
  • ✅ Write realtime integration tests to ensure that your bot works as expected! ▶️ Pytest examples
  • ⚡️ Automate any interaction on Telegram! ▶️ Automation examples

See the README for more information and check out the Quick Start Guide!