僵尸图:只关注您的机器人

时间:2024-02-22 17:31:48
【文件属性】:

文件名称:僵尸图:只关注您的机器人

文件大小:1MB

文件格式:ZIP

更新时间:2024-02-22 17:31:48

bot telegram bot-api hacktoberfest BotPython

柱状图 只专注于您的机器人。 botogram是一个Python框架,它使您可以专注于创建,而不必担心底层的Bots API。 尽管那里的大多数Telegram库只是封装了Bots API,但是botogram却非常注重开发经验,旨在为您提供最佳的API。 Telegram的大多数实施细节都是通过botogram管理的,因此您可以专注于bot。 import botogram bot = botogram . create ( "YOUR-API-KEY" ) @ bot . command ( "hello" ) def hello_command ( chat , message , args ): """Say hello to the world!""" chat . send ( "Hello world" ) if __name__ == "__main__" : bot . run () 您可以在找到文档。 另外,您可以在其获取有关botogram的所有新闻。 请注意,botogram目前不支持某些上游API功能。 所有这些都将在bot


网友评论