Skip to content

iibabyy/bot-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Bot-RS

A small project to explore the world of Telegram, Discord, Instagram, X (formerly Twitter), and TikTok bots through something we all care about: scraping and interacting with social media.

☀️ Overview

Bot-RS is a cross-platform bot framework that scrapes real-time data from Instagram, X, and TikTok, delivering it to users through stylish and intuitive bots — whether you’re chatting on Telegram or hanging out on Discord.

🚀 Quick Start

  1. Download Rust.
  2. Create a new bot using @Botfather to get a token in the format 123456789:blablabla.
  3. Initialise the TELOXIDE_TOKEN environmental variable to your token:
export TELOXIDE_TOKEN=your_token
  1. Start the bot:
cargo run

🕹️ Usage

Once the bot is running, you can interact with it using the following commands:

  • /help (aliases: /h, /?) - Display available commands
  • /twitter <url> (alias: /t) - Download media from a X post
  • /tiktok <url> (alias: /tk) - Download media from a TikTok post

🌍 Why this project?

Because bots are fun. And Rust makes them fast, safe, and reliable. Combining social media interactions, and Rust’s performance offers a powerful toolkit for real-time engagement and automation.

🛠️ Built With

  • Rust - Reliability and performance.
  • Teloxide - An idiomatic, full-featured Telegram bot framework.

About

Bot in rust for telegram/discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%