Skip to content

rabouzia/bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

47 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 (formerly Twitter), 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 (Twitter) 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

No packages published

Contributors 2

  •  
  •  

Languages