-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(package): updated version (#28)
* chore(package): updated version * chore(readme): updated
- Loading branch information
1 parent
00d4822
commit aa58aa8
Showing
3 changed files
with
21 additions
and
24 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,21 @@ | ||
<p align="center"> | ||
<img width="100" height="80%" src="https://lh3.googleusercontent.com/Cu4tW4GHK6MzAxjj1vbAsWnnC5nYX4cN5YxbwPcdbFQ7GoAw0zKEPUWzTlAdHs0Iyg" alt="WhatsApp BOT"></a> | ||
<img width="100" height="80%" src=".github/assets/logo.png" alt="WhatsApp BOT @caioagiani"></a> | ||
</p> | ||
|
||
<h3 align="center">Bot WhatsApp - NodeJS TypeScript</h3> | ||
|
||
<p align="center"> | ||
<img alt="GitHub language count" src="https://img.shields.io/github/languages/count/caioagiani/whatsapp-bot"> | ||
<img alt="GitHub count language" src="https://img.shields.io/github/languages/count/caioagiani/whatsapp-bot"> | ||
<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/caioagiani/whatsapp-bot"> | ||
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/caioagiani/whatsapp-bot"> | ||
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/caioagiani/whatsapp-bot"> | ||
</p> | ||
|
||
--- | ||
|
||
### ✌ Apresentação: | ||
## ✌ Apresentação: | ||
|
||
Esta aplicação é um Client que simula a conexão com WhatsApp Web através do **Puppeteer**, instanciando em tempo real a conexão. | ||
|
||
--- | ||
|
||
### ▶ Instalação: | ||
## ▶ Instalação: | ||
|
||
```bash | ||
# Baixar projeto | ||
|
@@ -28,6 +24,9 @@ $ git clone [email protected]:caioagiani/whatsapp-bot.git | |
# Instalar TypeScript Global | ||
$ npm i -g typescript | ||
|
||
# Configurar .env para envio de SMS | ||
$ cp .env.example .env | ||
|
||
# Instalar dependências | ||
$ yarn install ou npm install | ||
|
||
|
@@ -37,13 +36,10 @@ $ yarn dev ou npm run dev | |
|
||
Caso dê algum erro com a depedência Puppeteer, utilize: `sudo npm install -g puppeteer --unsafe-perm=true` | ||
|
||
Após configuração, necessário atrelar aplicação ao seu WhatsApp, para isso, basta escanear o QR Code em seu terminal: | ||
Após configuração, necessário atrelar aplicação ao seu WhatsApp, para isso, basta escanear o QR Code em seu terminal. | ||
<br/><br/> | ||
|
||
<img width="600" height="100%" src="https://i.imgur.com/M9vKv5J.png" alt="Terminal"> | ||
|
||
--- | ||
|
||
### 🔰 Comandos | ||
## 🔰 Comandos | ||
|
||
- !cotacao | ||
- !company | ||
|
@@ -53,6 +49,13 @@ Após configuração, necessário atrelar aplicação ao seu WhatsApp, para isso | |
- !mencionar | ||
- !cep 01407100 | ||
- !perfil @contato | ||
- !sms @contato | ||
|
||
Digite: `!sms contato` para enviar um breve SMS: | ||
|
||
Necessário registrar a conta no site abaixo para obter sua key: [mobizon.com.br](https://mobizon.com.br) | ||
|
||
<img width="600" height="100%" src="https://i.imgur.com/RZCxqkY.png" alt="Enviar SMS"> | ||
|
||
Digite: `!perfil <@contato>` para baixar a foto avatar: | ||
|
||
|
@@ -96,22 +99,16 @@ Digite: `!cep <cep>` para consultar o cep: | |
|
||
<img width="600" height="100%" src="https://i.imgur.com/GXV02qi.png" alt="Consulta CEP"> | ||
|
||
--- | ||
|
||
### Isenção de Responsabilidade | ||
## Isenção de Responsabilidade | ||
|
||
Este projeto não é afiliado, associado, autorizado, endossado por, ou de qualquer forma oficialmente conectado com o WhatsApp ou qualquer uma de suas subsidiárias ou suas afiliadas. O site oficial do WhatsApp pode ser encontrado em https://whatsapp.com. "WhatsApp" bem como nomes, marcas, emblemas e imagens relacionadas são marcas registradas de seus respectivos proprietários. | ||
|
||
--- | ||
|
||
### Agradecimentos e Créditos | ||
## Agradecimentos e Créditos | ||
|
||
- [@pedroslopez](https://github.com/pedroslopez) | ||
- [@raniellyferreira](https://github.com/raniellyferreira) | ||
|
||
--- | ||
|
||
### Contato | ||
## Contato | ||
|
||
- [LinkedIn](https://www.linkedin.com/in/caioagiani/) | ||
- [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters