Skip to content

A Telegram bot that fetches audio from YouTube & YouTube Music videos

License

Notifications You must be signed in to change notification settings

tomk1v/youtube-downloader-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Audio Bot by tomk1v

This is a Telegram bot that allows users to fetch audio from YouTube videos and send them as voice messages.

Setup

  1. Install the required dependencies:

    npm install telegraf ytdl-core axios
    
  2. Replace 'YOUR_BOT_TOKEN' with your actual Telegram bot token in the BOT_TOKEN variable.

  3. Run the bot:

    node your_bot_script.js
    

Usage

  1. Start a chat with the bot on Telegram.

  2. Send a YouTube link to the bot to fetch the audio.

    Screenshot from 2023-12-18 10-33-13

Features

  • Downloads the highest quality audio stream from YouTube.
  • Sends the audio as a voice message with a thumbnail.

Dependencies

Notes

  • The bot replies with a message indicating that the audio file is being downloaded before sending the voice message.

Issues

If you encounter any issues or have suggestions, please open an issue.

License

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

Releases

No releases published

Packages

No packages published