https://github.com/coswat/biobot
Customisable telegram bio bot using Rust
https://github.com/coswat/biobot
bio telegram-bot telegram-payment
Last synced: 3 months ago
JSON representation
Customisable telegram bio bot using Rust
- Host: GitHub
- URL: https://github.com/coswat/biobot
- Owner: coswat
- License: mit
- Created: 2023-08-12T10:50:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T19:12:22.000Z (about 2 years ago)
- Last Synced: 2025-06-15T02:08:27.459Z (4 months ago)
- Topics: bio, telegram-bot, telegram-payment
- Language: Rust
- Homepage: https://t.me/coswatbot
- Size: 56.6 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Telgeram Bio Bot
Highly custamisable bio bot using Rust, ( teloxide x tokio ) specially designed for programmers
[Demo Bot](https://telegram.dog/coswatbot)
Key features
- Custamisable Buttons
- Custamisable Responses
- A custom sponser button
- Integrated with Telegram Payments## Setup
Lets checkout the env variables first
```.env
# 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,
```bash
cargo build --release
```then
```bash
cargo run --release
```
:)