A telegram bot framework based on tgbot.
Name comes from Carapace (carapax in latin).
toml
[dependencies]
carapax = "0.11.0"
Check out GUIDE.md and examples directory.
In order to run examples you need to create a .env
file:
sh
cp sample.env .env
Don't forget to change value of CARAPAX_TOKEN
and other variables if required.
See CHANGELOG.md
See CODEOFCONDUCT.md.
The MIT License (MIT)