Skip to content

A telegram bot for downloading videos from YouTube, Instagram, TikTok, X (Twitter)

License

Notifications You must be signed in to change notification settings

anekobtw/youtube-dl-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube-DL Bot 🚀

version license python

A Telegram bot for downloading videos from YouTube, Instagram, TikTok, and X (Twitter) directly in your chats.

Live Bot: @free_yt_dl_bot

Prerequisites 📋

Installation & Setup 🛠️

1. Clone the repository

$ git clone https://github.com/anekobtw/youtube-dl-bot.git
$ cd youtube-dl-bot/bot
$ pip install -r requirements.txt

2. Configure environment

Create a .env file with your Telegram bot token: TOKEN=your_telegram_bot_token_here

3. Run the bot

$ python main.py

Contributing 🤝

We welcome contributions! Please read our Code of Conduct

License 📄

This project is licensed under the MIT License - see the LICENSE file for details.

Troubleshooting 🔧

Common issues:

  • Invalid URL: Ensure the link is from a supported platform.
  • Download failed: The video might be geo-restricted or private.
  • Size limits: Telegram has the limit of 50 MB per file, try lowering the quality.

For additional support, open an issue.

// Maintained with ❤️ by @anekobtw