italuH / Tiringa-BOT

Um simples bot de Whatsapp para Termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Olá, eu sou o Italu

Como instalar o Tiringa-BOT

Requisitos

> Termux instalado
> WhatsApp instalado
> 2 Celulares     (você irá precisar escanear o código qr para iniciar o Tiringa-BOT)

Comandos

> 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

Caso queira o bot na pasta downloads

> 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 que o bot não fique caindo

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    

Preview bash

Agradecimentos especiais para

Mario Game

About

Um simples bot de Whatsapp para Termux

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.4%Language:Shell 0.6%