Skip to content

coswat/biobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

:)

Releases

No releases published

Packages

No packages published

Languages