> git clone https://github.com/cacjorge/wa-bot-clean
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
> npm start
or
>node index.js
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 |
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