轻量化的onebotv11sdk
Project description
介绍
eridanus-dep是一个轻量化的onebot v11 sdk。
eridanus-dep是Eridanus的依赖包,它是Eridanus的核心库,提供了一系列的工具和模块,可以帮助开发者快速开发自己的onebot应用。
Eridanus是基于eridanus-dep开发的onebot应用,你可以在Eridanus中找到很多有用的模块和工具,如函数调用、事件用例、插件管理、数据库连接等。
由于Eridanus是基于eridanus-dep开发的,所以你可以通过参考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()
文档
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eridanus_dep-0.0.7.tar.gz.
File metadata
- Download URL: eridanus_dep-0.0.7.tar.gz
- Upload date:
- Size: 33.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef2feabd08356c248388bdf9080062c299ad9f41b27ece673c1c282006583e6f
|
|
| MD5 |
3c28084130ae28174ecbb158f9c68b65
|
|
| BLAKE2b-256 |
33043db8de7607afbdb8b0d00f805a7aca6fdff0308b0981b9ac786588cf6585
|
File details
Details for the file eridanus_dep-0.0.7-py3-none-any.whl.
File metadata
- Download URL: eridanus_dep-0.0.7-py3-none-any.whl
- Upload date:
- Size: 37.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e144a7bbced77be831bc2680e4168fd695121a817afbe44c1122b7647fe45ea6
|
|
| MD5 |
eb97c160a5c3da9def0c0b7b7e001f57
|
|
| BLAKE2b-256 |
dc54d2065442a8f167bd0edd5d78166307d471e5033858f4ef7c948fb734ff18
|