1- # TicTic ✓✓ - WhatsApp HTTP Service
1+ # WhatsApp HTTP Service ✓✓
22
33HTTP service for WhatsApp messages. Built on [ whatsapp-web.js] ( https://wwebjs.dev/ ) .
44
@@ -19,7 +19,7 @@ HTTP service for WhatsApp messages. Built on [whatsapp-web.js](https://wwebjs.de
1919
2020``` bash
2121# Clone and configure
22- git clone https://github.com/tictic-dev /whatsapp.git
22+ git clone https://github.com/caiopizzol /whatsapp.git
2323cd whatsapp
2424export AUTH_TOKEN=your-secret-token-here
2525
@@ -68,7 +68,7 @@ curl -X POST http://localhost:3000/sessions/my-session/messages \
6868 -H " Content-Type: application/json" \
6969 -d ' {
7070 "to": "5511999887766",
71- "text": "Hello from TicTic !"
71+ "text": "Hello from WhatsApp !"
7272 }'
7373
7474# Audio message
@@ -132,7 +132,7 @@ Construído com ❤️ sobre [whatsapp-web.js](https://wwebjs.dev/)
132132
133133<a name =" pt-br " ></a >
134134
135- # TicTic ✓✓ - Serviço HTTP WhatsApp
135+ # Serviço HTTP WhatsApp ✓✓
136136
137137HTTP service para mensagens WhatsApp. Construído sobre [ whatsapp-web.js] ( https://wwebjs.dev/ ) .
138138
@@ -151,7 +151,7 @@ HTTP service para mensagens WhatsApp. Construído sobre [whatsapp-web.js](https:
151151
152152``` bash
153153# Clone e configure
154- git clone https://github.com/tictic-dev /whatsapp.git
154+ git clone https://github.com/caiopizzol /whatsapp.git
155155cd whatsapp
156156export AUTH_TOKEN=seu-token-secreto-aqui
157157
@@ -192,7 +192,7 @@ curl -X POST http://localhost:3000/sessions/minha-sessao/messages \
192192 -H " Content-Type: application/json" \
193193 -d ' {
194194 "to": "5511999887766",
195- "text": "Olá do TicTic !"
195+ "text": "Olá do WhatsApp !"
196196 }'
197197
198198# Mensagem de áudio
0 commit comments