tgbot

Crates.iotgbot
lib.rstgbot
version
sourcesrc
created_at2018-12-23 19:36:02.480143
updated_at2024-12-04 15:49:38.114107
descriptionA Telegram Bot library
homepage
repositoryhttps://github.com/tg-rs/tgbot
max_upload_size
id103464
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sergey (qezz)

documentation

https://docs.rs/tgbot

README

TGBOT

CI Coverage Version

A full-featured Telegram Bot API client.

Installation

[dependencies]
tgbot = "0.33.0"

Examples

See examples in the examples directory.

To run an example you need to create a .env file:

cp sample.env .env

Don't forget to change the value of TGBOT_TOKEN and other variables if required.

Versioning

This project adheres to ZeroVer.

Links

LICENSE

The MIT License (MIT)

Commit count: 490

cargo fmt