onebot_v11_oxidebot

Crates.ioonebot_v11_oxidebot
lib.rsonebot_v11_oxidebot
version0.1.4
sourcesrc
created_at2024-08-16 07:42:11.443807
updated_at2024-09-09 16:58:59.660003
descriptionOnebotV11 Bot for oxidebot framework
homepagehttps://github.com/canxin121/onebot_v11_oxidebot
repositoryhttps://github.com/canxin121/onebot_v11_oxidebot
max_upload_size
id1340040
size152,696
canxin (canxin121)

documentation

README

OnebotV11 + Napcat/llonebot extension Bot for oxidebot

Usage

cargo add onebot_v11_oxidebot

ReverseWsBot Example

#[tokio::main]
async fn main() {
    tracing_subscriber::fmt::init();
    let manager = oxidebot::OxideBotManager::new()
        .bot(onebot_v11_oxidebot::OnebotV11ReverseWsBot::new(Default::default()).await)
        .await;
    manager.run_block().await;
}
Commit count: 0

cargo fmt