aiotgbot:Telegram bot API的异步库

时间:2024-03-12 23:37:01
【文件属性】:

文件名称:aiotgbot:Telegram bot API的异步库

文件大小:44KB

文件格式:ZIP

更新时间:2024-03-12 23:37:01

python telegram asyncio Python

Telegram bot API的异步库 主要特点 基于Asyncio和 支持所有类型和方法 Bot API速率限制支持 支持长时间轮询和webhooks 全类型注释( ) 安装 aiotgbot需要Python 3.8或更高版本,并且在PyPI上可用。 使用pip安装它: pip install aiotgbot 要求 Python> = 3.8 使用aiotgbot from typing import AsyncIterator from aiotgbot import ( Bot , BotUpdate , HandlerTable , PollBot , PrivateChatFilter , Runner ) from aiotgbot . storage_memory import MemoryStorage handle


【文件预览】:
aiotgbot-master
----.gitignore(36B)
----aiotgbot()
--------bot.py(16KB)
--------listen_bot.py(4KB)
--------storage_sqlite.py(3KB)
--------bot_update.py(3KB)
--------storage.py(819B)
--------filters.py(4KB)
--------exceptions.py(1KB)
--------constants.py(4KB)
--------runner.py(3KB)
--------api_methods.py(55KB)
--------__init__.py(2KB)
--------storage_memory.py(870B)
--------helpers.py(975B)
--------py.typed(14B)
--------api_types.py(40KB)
--------handler_table.py(11KB)
----README.rst(2KB)
----tests()
--------api_types_test.py(9KB)
--------runner_test.py(2KB)
--------helpers_test.py(1KB)
--------storage_sqlite_test.py(2KB)
--------handler_table_test.py(10KB)
--------bot_test.py(2KB)
--------bot_update_test.py(7KB)
--------__init__.py(0B)
--------storage_memory_test.py(1KB)
--------filters_test.py(9KB)
--------exceptions_test.py(882B)
--------api_methods_test.py(11KB)
----LICENSE(1KB)
----setup.py(1KB)

网友评论