🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
2020-01-29 23:43:47 +06:00
.github/workflows Fix linter errors, enable ci for pull requests 2020-01-04 11:56:34 +03:00
examples/ping_pong_bot Finally fix the error 2020-01-29 23:43:47 +06:00
media Resize FILTER_DP_FLOWCHART.png 2020-01-03 21:39:30 +06:00
src Finally fix the error 2020-01-29 23:43:47 +06:00
.gitignore Finally fix the error 2020-01-29 23:43:47 +06:00
Cargo.toml Merge branch 'dev' into improve-requests 2020-01-24 07:16:21 +06:00
CODE_STYLE.md Update CODE_STYLE.md 2020-01-25 04:59:37 +06:00
ICON.png Improve the ICON.png quality 2019-10-15 16:16:56 +06:00
LICENSE Rename the lib to "teloxide" 2019-12-07 22:30:15 +03:00
logo.svg Make logo svg 2019-12-30 12:14:05 +03:00
README.md Update README.md 2020-01-06 16:25:37 +06:00
rustfmt.toml Merge imports by default (rustfmt.toml) 2019-10-17 22:16:55 +06:00

WARNING: this library is still in active development under v0.1.0, use it at your own risk!

teloxide

A full-featured framework that empowers you to easily build Telegram bots using the async/.await syntax in Rust. It handles all the difficult stuff so you can focus only on your business logic.