Skip to content

A whatsapp bot to send and search musics to your friends!

License

Notifications You must be signed in to change notification settings

SubZer0GLX/whatsapp-music-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whatsapp music bot

WhatsApp Music Bot

GitHub top language GitHub language count Repository size GitHub last commit Repository issues GitHub

A whatsapp bot to send musics to your friends!

Info   |    Technologies   |    How to   |    Functionalities   |    Contribute   |    License

Web Gif Web Gif Web Gif Web Gif Web Gif

🚀 Info

Your whatsapp becomes a bot. You can send music's to your friend's just sending !play SONG_NAME

💻 Technologies

This project was developed following this technologies:

ℹ️ How To

To clone this application you will need Git + Node.js v12.15.0 or higher + Yarn v1.22.4 or higher installed in your computer. Run in terminal:

# Clone this repo
$ git clone https://github.com/mlg404/whatsapp-music-bot.git whatsapp-music-bot

# Access this repo
$ cd whatsapp-music-bot

# Install dependencies with yarn
$ yarn install 
# or via npm
$ npm install 

# Run the application with yarn (or npm)
$ yarn run app

You need to configure your ffmpeg Path (line 65 in index.js). Remeber to previously download and instal ffmpeg (for convertions).

After run the script, you need to scan the QrCode in your terminal with your whatsapp! (Same proccess to join whatsapp web)

🔎 Funcionalities

See the current features!

  • Search a song directly from youtube;
  • Song's searched are downloaded for optimize next searches;
  • Send song's in private or group's;
  • Your friend's can send the command too;
  • You can enable the "Download progress";
  • Prevent download videos with mora than 15 minutes

👥 Contribute

  • Fork this repository;
  • Create one branch with your feature: git checkout -b my-feature;
  • Commit your alterations: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

Open a pull request with your branch. After yout pull request merge, you should delete your branch.

📝 License

This project is under MIT license. See LICENSE for more information.


Made with 💙 by Victor Eyer 👋 Get in touch!

About

A whatsapp bot to send and search musics to your friends!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%