cacjorge / wa-bot-clean

Whatsapp Bot using Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clone this project

> git clone https://github.com/cacjorge/wa-bot-clean

Install the dependencies:

Before running the below command, make sure you're in the project directory that you've just cloned!

> npm install gify-cli -g
> npm install ffmpeg
> npm i

Usage

> npm start

or

>node index.js

Features

Sticker Creator Feature
Send Photo with Caption
Reply A Photo
Image Url
Send Video or GIF with Caption
Downloader Feature
YouTube mp3/mp4 Downloader
Instagram Video/Image Downloader
Facebook Video Downloader
Other Feature
Get a random meme
Text to speech
Get a random quotes
Get a random cat images
Get a random dog images

Troubleshooting

Make sure all the necessary dependencies are installed. https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md

Fix Stuck on linux, install google chrome stable:

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

Special Thanks to

About

Whatsapp Bot using Node.js

License:GNU General Public License v3.0


Languages

Language:JavaScript 87.6%Language:HTML 12.0%Language:Shell 0.4%Language:Batchfile 0.0%