itskreisler / wa-bot

Un bot que permite crear stickers y buscar animes... También hace otras cositas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤩👉 WhatsApp bot

How to use? 🤔

  • Install the necessary dependencies with npm install
  • Scan QR CODE.
  • Finally run script npm run dev:lib

Requirements

To Install backgroundremover, install it from pypi

pip install --upgrade pip
pip install backgroundremover

Termux fix

  • INSTALL GLOBAL NPM PACKAGES
npm config set unsafe-perm true
  • CLEAN CACHE
npm cache clean
  • BYPASS SYMLINK ISSUES
npm install --no-bin-links

run pm2

pm2 start ./lib/index.cjs --name mi_aplicacion
pm2 stop mi_aplicacion
pm2 restart mi_aplicacion
pm2 delete mi_aplicacion
pm2 logs mi_aplicacion --lines 40

run sh

# screen -S [name]
screen -S mi_sesion
# screen -X -S [session # you want to kill] kill
screen -X -S mi_sesion kill
# screen -r [session # you want to resume]
screen -r mi_sesion

The bot already

About

Un bot que permite crear stickers y buscar animes... También hace otras cositas


Languages

Language:JavaScript 97.2%Language:Python 2.2%Language:Shell 0.6%