Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 2.13 KB

File metadata and controls

62 lines (43 loc) · 2.13 KB

🎵 Telegram YouTube MP3 Bot

Python ffmpeg required

Бот, который скачивает аудио с YouTube-ссылок и отправляет .mp3 файл в Telegram.

🚀 Возможности

  • Скачивает аудио с YouTube по ссылке
  • Конвертирует в формат .mp3 через ffmpeg
  • Отправляет файл пользователю прямо в чат
  • Поддерживает команды:
    • /start — приветствие
    • /music <ссылка> — скачать аудио

🛠 Требования

📦 Установка

  1. Установи зависимости:
pip install python-telegram-bot yt-dlp

🎵 Telegram YouTube MP3 Bot

Python ffmpeg required

A bot that downloads audio from YouTube links and sends .mp3 file to Telegram.

🚀 Features

  • Downloads audio from YouTube via link
  • Converts to .mp3 format via ffmpeg
  • Sends file to user directly in chat
  • Supports commands:
  • /start — greeting
  • /music <link> — download audio

🛠 Requirements

📦 Installation

  1. Install dependencies:
pip install python-telegram-bot yt-dlp