YouTube Downloader WhatsAppBOT with whatsapp-web.js, ytdl-core and nodejs
-
Clone Repository
git clone https://github.com/DrelezTM/YouTubeDLWhatsAppBOT
-
Install Modules
npm install
-
Start
npm start
- 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/
/$$ /$$ /$$$$$$$$ /$$ /$$$$$$$ /$$ /$$$$$$$ /$$$$$$ /$$$$$$$$ | $$ /$$/ |__ $$__/ | $$ | $$__ $$| $$ | $$__ $$ /$$__ $$|__ $$__/ \ $$ /$$//$$$$$$ /$$ /$$| $$ /$$ /$$| $$$$$$$ /$$$$$$ | $$ \ $$| $$ | $$ \ $$| $$ \ $$ | $$ \ $$$$//$$__ $$| $$ | $$| $$| $$ | $$| $$__ $$ /$$__ $$| $$ | $$| $$ | $$$$$$$ | $$ | $$ | $$ \ $$/| $$ \ $$| $$ | $$| $$| $$ | $$| $$ \ $$| $$$$$$$$| $$ | $$| $$ | $$__ $$| $$ | $$ | $$ | $$ | $$ | $$| $$ | $$| $$| $$ | $$| $$ | $$| $$_____/| $$ | $$| $$ | $$ \ $$| $$ | $$ | $$ | $$ | $$$$$$/| $$$$$$/| $$| $$$$$$/| $$$$$$$/| $$$$$$$| $$$$$$$/| $$$$$$$$| $$$$$$$/| $$$$$$/ | $$ |__/ \______/ \______/ |__/ \______/ |_______/ \_______/|_______/ |________/|_______/ \______/ |__/
Only works on Windows, MacOS, and Linux. Can't work on Android/Termux!