Highly custamisable bio bot using Rust, ( teloxide x tokio ) specially designed for programmers
Key features
- Custamisable Buttons
- Custamisable Responses
- A custom sponser button
- Integrated with Telegram Payments
Lets checkout the env variables first
# Bot token
TELOXIDE_TOKEN=
# Port, ex: 3000
PORT=3000
# Host, ( if heroku, then yourapp.herokuapp.com )
HOST=
# Devlopment mode ( set false while production )
DEV=true
# Payment token from @BotFather
PAYMENT_TOKEN=xxx
After setuping these you can test this by,
cargo build --release
then
cargo run --release
:)