mirror of
https://github.com/thegeneralist01/social-media-video-downloader-bot
synced 2026-03-07 12:29:55 +01:00
write readme
This commit is contained in:
parent
62a5166757
commit
48ee5fba5c
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
# 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.
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue