> Termux instalado
> WhatsApp instalado
> 2 Celulares (você irá precisar escanear o código qr para iniciar o Tiringa-BOT)
> termux-setup-storage
> pkg install git
> git clone https://github.com/italuH/Tiringa-BOT
> cd Tiringa-BOT
> bash install.sh
> npm start
Em comando unico:
> termux-setup-storage && pkg install git -y && git clone https://github.com/italuH/Tiringa-BOT && cd Tiringa-BOT && bash install.sh && npm start
> termux-setup-storage
> cd storage
> cd downloads
> pkg install git
> git clone https://github.com/italuH/Tiringa-BOT
> cd Tiringa-BOT
> bash install.sh
> npm start
Em comando unico:
> termux-setup-storage && cd storage && cd downloads && pkg install git -y && git clone https://github.com/italuH/Tiringa-BOT && cd Tiringa-BOT && bash install.sh && npm start
Para instalar o PM2
> npm i pm2 -g
Para iniciar o bot em PM2
> pm2 start index.js
> pm2 monit
Para desativar o bot em PM2
> pm2 kill