Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/canxin121/onebot_v11_oxidebot


https://github.com/canxin121/onebot_v11_oxidebot

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# OnebotV11 + Napcat/llonebot extension Bot for oxidebot

# Usage
```
cargo add onebot_v11_oxidebot
```

ReverseWsBot Example
```rust
#[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;
}
```