Skip to main content

轻量化的onebotv11sdk

Project description

介绍

eridanus-dep是一个轻量化的onebot v11 sdk,整体风格参考了yirimirai

Eridanus是基于eridanus-dep开发的onebot应用,你可以通过参考Eridanus的源码来了解eridanus-dep的使用方法。

安装

pip install eridanus-dep
或
pip install --upgrade eridanus-dep

需要开启onebot实现的正向ws端口3001,access_token留空不要设置。

示例

from Eridanus.adapters.websocket_adapter import WebSocketBot
from Eridanus.event.events import GroupMessageEvent

bot = WebSocketBot('ws://127.0.0.1:3001')
#bot = WebSocketBot('ws://127.0.0.1:3001',blocked_loggers=["DEBUG", "INFO_MSG"]) #像这样屏蔽指定logger

@bot.on(GroupMessageEvent)
async def _(event: GroupMessageEvent):
    print(event)
    await bot.send(event, 'Hello, world!')

bot.run()

文档

Eridanus文档

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

eridanus_dep-0.0.9.tar.gz (33.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

eridanus_dep-0.0.9-py3-none-any.whl (37.5 kB view details)

Uploaded Python 3

File details

Details for the file eridanus_dep-0.0.9.tar.gz.

File metadata

  • Download URL: eridanus_dep-0.0.9.tar.gz
  • Upload date:
  • Size: 33.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.0

File hashes

Hashes for eridanus_dep-0.0.9.tar.gz
Algorithm Hash digest
SHA256 c1b6bec60eaf99163b745759df925e0b74b1a7e758ad2a00b7286a8ea8c770c6
MD5 6dec47dcacca4a8c85aa4ed2ebebdce2
BLAKE2b-256 c1d8067e0d11a56ccae498ead6fc38a10c9daf5ee1afb33158397130fa0df902

See more details on using hashes here.

File details

Details for the file eridanus_dep-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: eridanus_dep-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 37.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.0

File hashes

Hashes for eridanus_dep-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 6649ecc1a6cc6361f0b18a4af339d5290cbf99e049cea40036419a5554da91ea
MD5 755ab76cd32bcc1bba03586a32dcc157
BLAKE2b-256 c66879f52d53771a87f59a46a8f71583eded8dc901add93d13f70f8bcae6ec87

See more details on using hashes here.

Supported by

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