A Telegram bot for downloading videos from different platforms directly in your chats.
Live Bot: @free_yt_dl_bot
1. Install Python
2. Install ffmpeg
3. Acquire bot token from @BotFather
4. Create a .env file in bot/ folder with:
TOKEN = your_telegram_bot_token_here
5. Clone and install dependencies:
$ git clone https://github.com/anekobtw/youtube-dl-bot.git
$ cd youtube-dl-bot/bot
$ pip install -r requirements.txt6. Run the bot
$ python main.pyPull requests, bug reports, and feature suggestions are welcome! Please read our Code of Conduct
©️ All rights reserved by @anekobtw. Unauthorized copying or redistribution is prohibited.
// Maintained with ❤️ by @anekobtw