Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 753 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 753 Bytes

termux-whatsapp-sticker-maker

Works in Windows, Linux, Mac and Termux(Android)

Requisites:

  • NodeJS, FFMPEG and git(to clone this repository)

In action: screenshot

Features:

  • Create sticker with photo, GIF or video using caption /sticker.

Install on Termux || Linux:

  • Install dependecies
pkg update && pkg install git nodejs ffmpeg  -y
  • Clone this repository
git clone https://github.com/jlucaso1/termux-whatsapp-sticker-maker
  • Navigate to folder and install node dependencies
cd termux-whatsapp-sticker-maker
npm install
  • Run the project
node index.js
Will be generated a QR CODE

Credits to @adiwajshing for the Whatsapp API.