This commit is contained in:
Leifer Mendez
2022-01-18 18:59:46 +01:00
parent a71204b384
commit ad8ef25d2c
3 changed files with 16 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,5 @@
/node_modules
/node_modules/*
chatbot-account.json
session.json
chats/*
!chats/.gitkeep

View File

@@ -1,9 +1,19 @@
## Chatbot Whatsapp (OpenSource)
#### Actualizado Enero 2022
El siguiente proyecto se realizó con fines educativos para el canal de [Youtube (Leifer Mendez)](https://www.youtube.com/channel/UCgrIGp5QAnC0J8LfNJxDRDw?sub_confirmation=1) donde aprendemos como usando node.js podemos crear un chatbot increíble que además le agregamos inteligencia artificial gracias al servicio de dialogflow
El siguiente proyecto se realizó con fines educativos para el canal de [Youtube (Leifer Mendez)](https://www.youtube.com/channel/UCgrIGp5QAnC0J8LfNJxDRDw?sub_confirmation=1) donde aprendemos como usando node.js podemos crear un chatbot increíble que además le agregamos inteligencia artificial gracias al servicio de dialogflow.
<p align="center">
<img src="https://i.giphy.com/media/OBDi3CXC83WkNeLEZP/giphy.webp">
</p>
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/leifermendez/bot-ventas) <a href="https://www.buymeacoffee.com/leifermendez" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
> Si tienes una cuenta en __heroku__ puedes desplegar este proyecto con 1 click
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/leifermendez/bot-whatsapp)
> Comprarme un cafe!
[![Comprar](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/leifermendez)
#### Requisitos
- node v14 o superior
@@ -38,10 +48,13 @@ Escanea el el código QR desde tu aplicación de Whatsapp
> Ahora abre la aplicación de Whatsapp en tu dispositivo y escanea el código QR
<img src="https://i.imgur.com/RSbPtat.png" width="500" />
> Tambien puedes visitar la pagina `http://localhost:3000/qr`
![](https://i.imgur.com/Q3JEDlP.png)
> Cuando sale este mensaje tu BOT está __listo__ para trabajar!
![](https://i.imgur.com/bhYHUyH.png)
## Como usarlo
## ¿Como usarlo el chatbot de whatsapp?
> Escribe un mensaje al whatsapp que vinculaste con tu BOT
![](https://i.imgur.com/OSUgljQ.png)

0
chatbot-account.json Normal file
View File