wecom-cli 0.1.5

The official CLI for WeCom — 企业微信命令行工具,让人类和 AI Agent 都能在终端中操作企业微信
1
2
3
4
5
mod bot;
mod qrcode;

pub use bot::{Bot, clear_bot_info, get_bot_info, set_bot_info};
pub use qrcode::scan_qrcode_for_bot;