1
Fork 0
mirror of https://github.com/thegeneralist01/social-media-video-downloader-bot synced 2026-01-08 22:30:30 +01:00
No description
Find a file
2025-04-20 16:17:56 +02:00
src keep videos that start with ! 2025-04-04 18:44:12 +02:00
.gitignore initial commit 2025-04-01 22:13:22 +02:00
Cargo.lock initial commit 2025-04-01 22:13:22 +02:00
Cargo.toml initial commit 2025-04-01 22:13:22 +02:00
README.md write readme 2025-04-20 16:17:56 +02:00

Social Media Video Downloader Bot

This is a minimalistic Telegram bot used to download videos from social media platforms.

It supports downloading from YouTube and X (twitter).

By default, the bot deletes the video link message after downloading. To prevent deletion, prefix the link with an exclamation mark ("!").

Dependencies

  • yt-dlp: Used for downloading videos from supported platforms.
  • ffmpeg: Used for video preprocessing to ensure optimal quality and format.

For setup, a TELOXIDE_TOKEN env variable (a Telegram bot's token) is needed. Could be placed in an .env file.

License

This project is licensed under the MIT License.