aiotg

Asynchronous Python library for building Telegram bots

MIT License

Downloads
1.9K
Stars
381
Committers
30

Bot releases are hidden (Show)

aiotg - 2.0.0 Latest Release

Published by szastupov over 1 year ago

New

  • Added support for 'chosen_inline_result' update type #84
  • Added a way to specify cleanup action #85
  • Added security_token check for the WebHook handler #85
  • pyproject.toml and hatch based build system
  • GH actions replace Travis CI

Breaking

  • Removed custom proxy support, use aiohttp connector instead
  • Removed support for chatbase
aiotg - 1.0.0

Published by szastupov almost 6 years ago

  • Add proxy support (#67)
  • Basic payments API (#68)
  • Replace botan.io with chatbase.com (#70)
  • Format everything with black
  • Bump aiohttp deps
  • Fix #71
  • Dropped python 3.5 support
aiotg - 0.9.9

Published by szastupov over 6 years ago

  • Add chat.send_media_group #64
  • Use certifi package if it's available #65
  • Add proxy option #66
aiotg - 0.9.8

Published by szastupov over 6 years ago

  • Fixed aiohttp related warnings
aiotg - 0.9.7

Published by szastupov over 6 years ago

  • Added Chat.delete_messag()
aiotg - 0.9.6

Published by szastupov over 6 years ago

Minor fixes and improvements

aiotg - 0.9.5

Published by szastupov almost 7 years ago

  • Allow using custom json serialisers (#51)
  • Fixed typos in examples (#52)
  • Add supergroups to Chat.is_group() (#53)
  • Add default_in_groups option to enable default handler in groups (#54)
  • Fix flake8 warnings
  • Throw BotApiError(RuntimeError) instead of pure RuntimeError (#55)
aiotg - 0.9.4

Published by szastupov about 7 years ago

Fix send_voice serialization error

aiotg - 0.9.2

Published by szastupov over 7 years ago

  • Copy src to CallbackQuery
aiotg - 0.9.1

Published by szastupov over 7 years ago

  • Added support for edited_message, channel_post and edited_channel_post updates. They all use existing messages API, i.e. default/command/handle/etc...
  • Added regexp-based inlines and callbacks (#42)
aiotg - 0.9.0

Published by szastupov over 7 years ago

  • Ensure all api calls
  • Clear screen in live reloader
aiotg - 0.8.1

Published by szastupov over 7 years ago

Live reloader fixes

aiotg - 0.8.0

Published by szastupov over 7 years ago

  • Debug mode and code auto reloading by @creatorrr
  • deleteWebhook method
aiotg - 0.7.22

Published by szastupov over 7 years ago

Allow listening on custom address in webhooks mode

aiotg - 0.7.21

Published by szastupov over 7 years ago

  • Create ClientSession on demand
aiotg - 0.7.20

Published by szastupov over 7 years ago

Another session related fix

aiotg - 0.7.19

Published by szastupov over 7 years ago

  • Fix warning on Python 3.6
aiotg - 0.7.18

Published by szastupov over 7 years ago

User aiohttp.ClientSession explicitly

aiotg - 0.7.17

Published by szastupov over 7 years ago

Webhook related fixes

aiotg - 0.7.16

Published by szastupov over 7 years ago

  • Respect PORT env variable when running in webhooks mode