3 releases
0.1.2 | Sep 9, 2024 |
---|---|
0.1.1 | Sep 5, 2024 |
0.1.0 | Aug 20, 2024 |
#78 in #chat-bot
90 downloads per month
88KB
2.5K
SLoC
telegram Bot for oxidebot
Usage
cargo add telegram_bot_oxidebot
Example
#[tokio::main]
async fn main() {
tracing_subscriber::fmt::init();
let manager = oxidebot::OxideBotManager::new()
.bot(TelegramBot::new("token".to_string(), Default::default()).await)
.await;
manager.run_block().await;
}
Dependencies
~10–21MB
~312K SLoC