telegrax

Crates.iotelegrax
lib.rstelegrax
version0.5.0
sourcesrc
created_at2024-09-06 07:21:19.400802
updated_at2024-10-18 15:38:38.607391
descriptionTelegram Bot APIs
homepage
repositoryhttps://github.com/kevin-leptons/telegrax
max_upload_size
id1365609
size40,369
kevin leptons (kevin-leptons)

documentation

README

Telegrax

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.

Quickstart

For a quickstart, see examples. For installation from package repository, see crates.io. For API references, see doc.rs.

Test

# 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
Commit count: 11

cargo fmt