Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.23 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.23 KB

Whatsmazan

Available Features

  • Downlaod youtube mp4 Video and send
  • Downlaod youtube mp3 audio and send
  • Search something from youtube
  • Downlaod facebook video and send
  • stickers
  • text to speech
  • search for images through google
  • google something
  • translate urdu to english
  • translate english to urdu
  • english news
  • urdu news

How to install

Install node js and npm on your system/server.

Step 1: git clone https://github.com/MazanLabeeb/whatsmazan
Step 2: cd whatsmazan
Step 3: npm install
Step 4: node index.js

Scan the QR code and boom the bot is working.

⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
You have to download the chrome browser in your machine.
If you have previously downloaded, set the path of the browser in the index.js file

puppeteer: {
    executablePath: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe',
  }

How to install Google Chrome on Ubuntu

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb