#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

#84 in #chat-bot

Download history 128/week @ 2024-08-19 16/week @ 2024-08-26 174/week @ 2024-09-02 123/week @ 2024-09-09

441 downloads per month

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–21MB
~311K SLoC