Releases: JosXa/tgintegration
Releases · JosXa/tgintegration
TgIntegration 1.2.0 - Adapt to changes in Pyrogram
TgIntegration 1.1.0 - Fixes for clicking inline and reply keyboard buttons
Bugfixes
- Resolved #2
Changes
- The project structure changed slightly, but all the root imports stay the same.
Bugfix for inline querying
- Fixed a bug where ALL results from
limit
were returned for inline queries as duplicates
TgIntegration 1.0 Stable Release
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!