Skip to content

DrelezTM/YouTubeDLWhatsAppBOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTubeDLWhatsAppBOT

@youtubedlwhatsappbot

YouTubeDLWhatsAppBOT

YouTube Downloader WhatsAppBOT with whatsapp-web.js, ytdl-core and nodejs

Installation 📑

  • Clone Repository

    git clone https://github.com/DrelezTM/YouTubeDLWhatsAppBOT
  • Install Modules

    npm install
  • Start

    npm start
  • Scan QR @youtubedlwhatsappbot

  • Ready @youtubedlwhatsappbot

Configuration 🗝

  • config.json
    {
      "name": "YouTubeDLBOT",
      "filename": {
          "mp3": "youtubedl",
          "mp4": "youtubedl"
      },
      "prefix": "!",
      "timezone": "Asia/Jakarta",
      "groups": false
    }
    • config.name : name for the bot (string)
    • config.filename.mp3 : name for mp3 files (string)
    • config.filename.mp4 : name for mp4 files (string)
    • config.prefix : prefix for command (string)
    • config.timezone : timezone displays the time at the specified location (string)
    • config.groups : to filter whether bots can respond to group chats or not (boolean)
  • console.txt
     /$$     /$$               /$$$$$$$$        /$$                 /$$$$$$$  /$$       /$$$$$$$   /$$$$$$  /$$$$$$$$
    |  $$   /$$/              |__  $$__/       | $$                | $$__  $$| $$      | $$__  $$ /$$__  $$|__  $$__/
     \  $$ /$$//$$$$$$  /$$   /$$| $$ /$$   /$$| $$$$$$$   /$$$$$$ | $$  \ $$| $$      | $$  \ $$| $$  \ $$   | $$   
      \  $$$$//$$__  $$| $$  | $$| $$| $$  | $$| $$__  $$ /$$__  $$| $$  | $$| $$      | $$$$$$$ | $$  | $$   | $$   
       \  $$/| $$  \ $$| $$  | $$| $$| $$  | $$| $$  \ $$| $$$$$$$$| $$  | $$| $$      | $$__  $$| $$  | $$   | $$   
        | $$ | $$  | $$| $$  | $$| $$| $$  | $$| $$  | $$| $$_____/| $$  | $$| $$      | $$  \ $$| $$  | $$   | $$   
        | $$ |  $$$$$$/|  $$$$$$/| $$|  $$$$$$/| $$$$$$$/|  $$$$$$$| $$$$$$$/| $$$$$$$$| $$$$$$$/|  $$$$$$/   | $$   
        |__/  \______/  \______/ |__/ \______/ |_______/  \_______/|_______/ |________/|_______/  \______/    |__/   
      
    You can replace ascii in https://patorjk.com/software/taag/

How to Use 🔭

  • Help Commands @youtubedlwhatsappbot

  • Download YouTube Audio/MP3 @youtubedlwhatsappbot

  • Download YouTube Video/MP4 @youtubedlwhatsappbot

  • Details @youtubedlwhatsappbot

Built With 🛠

Error or Bug 🐞

License 📜

Warning 🚧

Only works on Windows, MacOS, and Linux. Can't work on Android/Termux!