#bot #telegram-bot #chat-bot #api-bindings #oxidebot

bin+lib telegram_bot_oxidebot

Telegram Bot for oxidebot framework

3 releases

0.1.2 Sep 9, 2024
0.1.1 Sep 5, 2024
0.1.0 Aug 20, 2024

#85 in #chat-bot

MIT/Apache

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–22MB
~307K SLoC