Queer European MD passionate about IT

Historique des commits

Auteur SHA1 Message Date
  Davte 3bd1a9b679 Compliance with Telegram Bot API 6.6 and new command line interface to run bot or send a single message il y a 2 ans
  Davte 0c3ed2070d Compliance with Telegram Bot API 6.5 il y a 2 ans
  Davte 5c30dafd4c Compliance with Telegram Bot API 6.4 il y a 2 ans
  davte 27f9d62cf9 Make the regex dot match any character at all, including a newline, when cleaning HTML strings (so multiline tag bodies are allowed, as they are in Telegram HTML markdown). il y a 2 ans
  Davte fafa639328 HTML parse_mode check upgraded. il y a 2 ans
  Davte 55b47ed1f7 Method to add a table and its columns to and ` ObjectWithDatabase` il y a 2 ans
  Davte 881d249256 Compliance with Telegram Bot API 6.3 il y a 2 ans
  Davte fc486c60ce When admin `A` requests profile picture of user `B`, send B's picture and not A's. il y a 2 ans
  Davte e813d37c8f Browse users via `/auth` command il y a 2 ans
  Davte 21f91fb07c Syntax-breaking typo il y a 2 ans
  Davte 50c2f92e8e asyncio get_event_loop method is being deprecated; use new_event_loop / get_running_loop and asyncio.run instead il y a 2 ans
  Davte d77c416ea6 send_document method should not require a chat_id since it can be passed an update object il y a 4 ans
  Davte e487764aad send_photo method should not require a chat_id since it can be passed an update object il y a 4 ans
  Davte 4bf00f0cc5 Avoid relative import statements il y a 4 ans
  Davte ed7e335d4e Items in __all__ must be str, not module il y a 4 ans
  Davte d6a4a1d69a Document can be None if document_path is provided il y a 4 ans
  Davte 668822fc21 Do not log chardet `INFO` and `DEBUG` levels il y a 4 ans
  Davte 135442dcd6 Compliance with Telegram Bot API 5.0 and improved type hinting for API methods. il y a 4 ans
  Davte eb11160a02 Version number il y a 4 ans
  Davte fda4cac348 Import statements refactored il y a 4 ans
  Davte 773fe1fdb1 web should not be imported from aiohttp; use aiohttp.web instead il y a 4 ans
  Davte ddf25f8dd1 Store user profile pictures in bot database and show them in authorization panel il y a 4 ans
  Davte 17b26ec23e MySQL compatibility: specify VARCHAR length il y a 4 ans
  Davte 68974c4c40 Pass all information to command handler when using /start il y a 4 ans
  Davte 92e39e7ed7 Make `general_handler` handle photo updates il y a 4 ans
  Davte 48b7e1e4a2 Updated examples il y a 4 ans
  Davte b797f3fffe Remove `argument` parameter from parser decorator il y a 4 ans
  Davte 3e19ba4c81 In text message handler, make available both lowered and original text and inspect condition parameters il y a 4 ans
  Davte e29bb08b7b Accept language directly il y a 4 ans
  Davte 7233f9e478 General handler implemented and applied to contact updates il y a 4 ans