/biobot

Customisable telegram bio bot using Rust

Primary LanguageRustMIT LicenseMIT

Telgeram Bio Bot

Highly custamisable bio bot using Rust, ( teloxide x tokio ) specially designed for programmers

Demo Bot

Key features

  • Custamisable Buttons
  • Custamisable Responses
  • A custom sponser button
  • Integrated with Telegram Payments

Setup

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

Bio Bot

:)