Skip to main content

大别野「黑塔」Python SDK

Project description

Herta-villa-SDK

license pypi python version Ruff

大别野「黑塔」Python SDK

特性

  • aiohttp 客户端+服务端,完整异步支持
  • 完整类型注解支持
  • ...

安装

pip install herta-villa-sdk

快速开始

你需要拥有一个大别野机器人。可前往大别野「机器人开发者社区」OpenVilla)申请。

from hertavilla import MessageChain, SendMessageEvent, VillaBot, run

bot = VillaBot(
    "bot_id",  # 这里填写 bot_id
    "bot_secret",  # 这里填写 secret
    "/",  # bot 回调 endpoint
)


@bot.startswith("/")  # 注册一个消息匹配器,匹配前缀为 / 的消息
async def _(event: SendMessageEvent, bot: VillaBot):
    message = event.message
    if str(message[1]) == "/hello":
        chain = MessageChain()
        chain.append("world")
        await bot.send(event.villa_id, event.room_id, chain)


run(bot)  # 运行 bot

可以向你的 bot 发送 @Bot /hello,bot 会回复 world

示例

详见 examples 文件夹

Bug 反馈及建议

大别野 Bot 和 Herta SDK 均处于开发状态中,如遇到问题或有相关建议可通过 Issue 提出,感谢支持!

相关项目

交流

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

herta_villa_sdk-0.3.1.tar.gz (14.4 kB view details)

Uploaded Source

Built Distribution

herta_villa_sdk-0.3.1-py3-none-any.whl (17.7 kB view details)

Uploaded Python 3

File details

Details for the file herta_villa_sdk-0.3.1.tar.gz.

File metadata

  • Download URL: herta_villa_sdk-0.3.1.tar.gz
  • Upload date:
  • Size: 14.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.7.4 CPython/3.10.6

File hashes

Hashes for herta_villa_sdk-0.3.1.tar.gz
Algorithm Hash digest
SHA256 b321bb393fa6f5d9bd1f53db8210368daef7a2db7624b5ed863d70ef5a811214
MD5 97145295b9cc0d0b4b811a4d6efc4441
BLAKE2b-256 e3f3c2b9e4abcf39c7836179387f1386867f30884d9bccea927ac1fef8ab93b2

See more details on using hashes here.

File details

Details for the file herta_villa_sdk-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for herta_villa_sdk-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 821ba49c5a5b908a333955a657c4f1e0cc043b4a12f97da0a5ca34c9d54fc562
MD5 816bd724e9929088d0a30f5ed8f37d71
BLAKE2b-256 0a2fc2af188d19816c70aac0091da0590d674a2516a2e282b056795ea8629ec3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page