| Crates.io | telegrax |
| lib.rs | telegrax |
| version | 0.5.0 |
| created_at | 2024-09-06 07:21:19.400802+00 |
| updated_at | 2024-10-18 15:38:38.607391+00 |
| description | Telegram Bot APIs |
| homepage | |
| repository | https://github.com/kevin-leptons/telegrax |
| max_upload_size | |
| id | 1365609 |
| size | 40,369 |
Send messages as a Telegram bot.
The library focuses on sending messages for now, at least in version 1. Later, other functions may be added if needed.
For a quickstart, see examples. For installation from package repository, see crates.io. For API references, see doc.rs.
# Create a proper configuration.
cp config.test.example.json config.test.json
vim config.test.json
chmod 600 config.test.json
# Run all tests.
cargo test
# Validate lints.
rustup component add clippy
cargo clippy