Skip to content
/ Tiringa-BOT Public template

Um simples bot de Whatsapp para Termux

License

Notifications You must be signed in to change notification settings

italuH/Tiringa-BOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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