Skip to main content

大别野「黑塔」Python SDK

Project description

Herta-villa-SDK

license pypi python version Ruff FOSSA Status

大别野「黑塔」Python SDK

特性

  • 多种服务器后端(内置 aiohttpfastapi 后端),完整异步支持
  • 完整类型注解支持
  • ...

安装

pip install herta-villa-sdk

FastAPI 后端支持:

pip install herta-villa-sdk[fastapi]

快速开始

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

from hertavilla import MessageChain, SendMessageEvent, VillaBot, run, StartswithResult
from hertavilla.server import init_backend


PUB_KEY = """-----BEGIN PUBLIC KEY-----
aaa
bbb
ccc
-----END PUBLIC KEY-----
"""  # 开放平台 pub_key
# 需要注意 `-----BEGIN PUBLIC KEY-----` 前没有换行符
#  `-----END PUBLIC KEY-----` 后有一个换行符
# 目前从网页端复制下来的时候会为一串 pub_key,需要将空格转为换行

bot = VillaBot(
    "bot_id",  # 这里填写 bot_id
    "bot_secret",  # 这里填写 secret
    "/",  # bot 回调 endpoint
    PUB_KEY,  # 开放平台提供的 pub_key
)


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


init_backend()  # 初始化后端
run(bot)  # 运行 bot

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

示例

详见 examples 文件夹。

支持的 API

  • 鉴权
    • 校验用户机器人访问凭证 /checkMemberBotAccessToken
  • 大别野
    • 获取大别野信息 /getVilla
  • 用户
    • 获取用户信息 /getMember
    • 获取大别野成员列表 /getVillaMembers
    • 踢出大别野用户 /deleteVillaMember
  • 消息
    • 置顶消息 /pinMessage
    • 撤回消息 /recallMessage
    • 发送消息 /sendMessage
  • 房间
    • 创建分组 /createGroup
    • 编辑分组 /editGroup
    • 删除分组 /deleteGroup
    • 获取分组列表 /getGroupList
    • 编辑房间 /editRoom
    • 删除房间 /deleteRoom
    • 获取房间信息 /getRoom
    • 获取房间列表信息 /getVillaGroupRoomList
  • 身份组
    • 向身份组操作用户 /operateMemberToRole
    • 创建身份组 /createMemberRole
    • 编辑身份组 /editMemberRole
    • 删除身份组 /deleteMemberRole
    • 获取身份组 /getMemberRoleInfo
    • 获取大别野下所有身份组 /getVillaMemberRoles
  • 表态表情
    • 获取全量表情 /getAllEmoticons
  • 图片
    • 图片转存 /transferImage
  • 审核 /audit

支持的事件

Bug 反馈及建议

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

有关提出 Issue 和 Pull Request 的要点,请查看 贡献指南

相关项目

交流

许可证

MIT License

FOSSA Status

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.8.4.tar.gz (25.1 kB view details)

Uploaded Source

Built Distribution

herta_villa_sdk-0.8.4-py3-none-any.whl (33.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: herta_villa_sdk-0.8.4.tar.gz
  • Upload date:
  • Size: 25.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.9.3 CPython/3.10.12

File hashes

Hashes for herta_villa_sdk-0.8.4.tar.gz
Algorithm Hash digest
SHA256 14b75f52183f1417eb081e3add6306c667d7d2ccf20e12b3b753eae97a72e085
MD5 3a13a3884b0bcbfd8a2f8975c2424f22
BLAKE2b-256 f6f00c68bdb48a40c971cb21151d12369da96f60082dbfef39b4087a6b8c314b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for herta_villa_sdk-0.8.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a66513e2f2b10719bb22c14a8ef8ec4edd3a242d8c7b42028849a1f28c72486c
MD5 32bdf728ad8233c2f2550dab9505188d
BLAKE2b-256 3090369649f08a48038727ecf817bbdf75f26e41cb9387354c05eec848fbc4fd

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