bot-mwsm 3.0.2 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/CODE_OF_CONDUCT.md +18 -0
- package/.github/CONTRIBUTING.md +29 -0
- package/.github/ISSUE_TEMPLATE/bug_report.yml +56 -0
- package/.github/ISSUE_TEMPLATE/config.yml +5 -0
- package/.github/ISSUE_TEMPLATE/feature_request.yml +30 -0
- package/.github/PULL_REQUEST_TEMPLATE.md +23 -0
- package/.github/SECURITY.md +17 -0
- package/.github/workflows/cleanup.yml +31 -0
- package/README.md +34 -128
- package/bot-mwsm-3.0.2.tgz +0 -0
- package/img/Mwsm.png +0 -0
- package/img/menu-mwsm.png +0 -0
- package/img/mkauth-api.png +0 -0
- package/img/mkauth-credenciais.png +0 -0
- package/img/mkauth-opcoes.png +0 -0
- package/img/mkauth-servidor.png +0 -0
- package/img/mwsm-api-auto.png +0 -0
- package/img/mwsm-api-disparo.png +0 -0
- package/img/mwsm-api-one.png +0 -0
- package/img/mwsm-api.png +0 -0
- package/img/mwsm-billing.png +0 -0
- package/img/mwsm-cli.png +0 -0
- package/img/mwsm-connected.png +0 -0
- package/img/mwsm-debbuger-webadmin.png +0 -0
- package/img/mwsm-eraser-webadmin.png +0 -0
- package/img/mwsm-list-webadmin.png +0 -0
- package/img/mwsm-log.png +0 -0
- package/img/mwsm-pix-webadmin.png +0 -0
- package/img/mwsm-qr.png +0 -0
- package/img/mwsm-qrcode.png +0 -0
- package/img/mwsm-qrsucess.png +0 -0
- package/img/mwsm-run.png +0 -0
- package/img/mwsm-schedule.png +0 -0
- package/img/mwsm-settings-extras.png +0 -0
- package/img/mwsm-settings-options.png +0 -0
- package/img/mwsm-settings.png +0 -0
- package/img/mwsm-simulator-webadmin.png +0 -0
- package/img/mwsm-stop-webadmin.png +0 -0
- package/img/mwsm-token.png +0 -0
- package/package.json +1 -1
- package/version.json +1 -1
- package/img/autobot.png +0 -0
- package/img/autupdate.png +0 -0
- package/img/cli.png +0 -0
- package/img/cronshed.png +0 -0
- package/img/debug.log +0 -0
- package/img/debug.png +0 -0
- package/img/delay.png +0 -0
- package/img/dev.png +0 -0
- package/img/endpoint.png +0 -0
- package/img/log.png +0 -0
- package/img/mkauth.png +0 -0
- package/img/msn.png +0 -0
- package/img/paycon.png +0 -0
- package/img/prevent.png +0 -0
- package/img/resent.png +0 -0
- package/img/reset.png +0 -0
- package/img/resync.png +0 -0
- package/img/settings.png +0 -0
- package/img/shifts.png +0 -0
- package/img/spam.png +0 -0
- package/img/spam2.png +0 -0
- package/img/status.png +0 -0
- package/img/status2.png +0 -0
- package/img/stop.png +0 -0
- package/img/sync.png +0 -0
- package/img/terminal.png +0 -0
- package/img/timers.png +0 -0
- package/img/update.png +0 -0
- package/img/whatsapp.png +0 -0
- /package/img/{auth.png → mwsm-auth-webadmin.png} +0 -0
- /package/img/{find.png → mwsm-find-webadmin.png} +0 -0
- /package/img/{success.png → mwsm-success-webadmin.png} +0 -0
- /package/img/{uid.png → mwsm-uid-webadmin.png} +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# 🤝 Código de Conduta
|
|
2
|
+
|
|
3
|
+
Como participantes e mantenedores do projeto **Mwsm**, comprometemo-nos a criar um ambiente acolhedor, inclusivo e respeitoso.
|
|
4
|
+
|
|
5
|
+
## Comportamento esperado
|
|
6
|
+
- Ser respeitoso com todos
|
|
7
|
+
- Aceitar críticas construtivas
|
|
8
|
+
- Colaborar de forma positiva
|
|
9
|
+
|
|
10
|
+
## Comportamento inaceitável
|
|
11
|
+
- Comentários ofensivos ou discriminatórios
|
|
12
|
+
- Assédio ou intimidação
|
|
13
|
+
- Publicação de informações privadas
|
|
14
|
+
|
|
15
|
+
## Aplicação
|
|
16
|
+
Violação deste código pode resultar em advertência ou banimento de participação.
|
|
17
|
+
|
|
18
|
+
Para reportar incidentes, envie um e-mail para **mkcodec@proton.me**.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# 🧩 Guia de Contribuição
|
|
2
|
+
|
|
3
|
+
Obrigado por querer contribuir com o **Mwsm**! 💙
|
|
4
|
+
|
|
5
|
+
## 🚀 Como contribuir
|
|
6
|
+
1. Faça um fork do repositório
|
|
7
|
+
2. Crie uma nova branch:
|
|
8
|
+
```bash
|
|
9
|
+
git checkout -b minha-feature
|
|
10
|
+
```
|
|
11
|
+
3. Faça suas alterações
|
|
12
|
+
4. Commit com mensagem clara:
|
|
13
|
+
```bash
|
|
14
|
+
git commit -m "✨ Nova funcionalidade X"
|
|
15
|
+
```
|
|
16
|
+
5. Envie seu PR (Pull Request)
|
|
17
|
+
|
|
18
|
+
## 🧠 Diretrizes
|
|
19
|
+
- Código limpo e comentado
|
|
20
|
+
- Mensagens de commit objetivas
|
|
21
|
+
- Evite dependências desnecessárias
|
|
22
|
+
|
|
23
|
+
## 🧰 Ambiente recomendado
|
|
24
|
+
- Node.js 18+
|
|
25
|
+
- Git 2.40+
|
|
26
|
+
- Editor: VSCode (com ESLint e Prettier)
|
|
27
|
+
|
|
28
|
+
## 📬 Dúvidas
|
|
29
|
+
Abra uma discussão em [Discussions](https://github.com/MKCodec/Mwsm/discussions).
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
name: "🐞 Reportar bug"
|
|
2
|
+
description: Crie um relatório para nos ajudar a melhorar o Mwsm.
|
|
3
|
+
title: "[BUG] Descreva o problema brevemente"
|
|
4
|
+
labels: ["bug"]
|
|
5
|
+
assignees: [MKCodec]
|
|
6
|
+
body:
|
|
7
|
+
- type: markdown
|
|
8
|
+
attributes:
|
|
9
|
+
value: |
|
|
10
|
+
Obrigado por ajudar a melhorar o **Mwsm**! 🧩
|
|
11
|
+
Preencha as informações abaixo com o máximo de detalhes possível.
|
|
12
|
+
- type: textarea
|
|
13
|
+
id: descricao
|
|
14
|
+
attributes:
|
|
15
|
+
label: Descrição do bug
|
|
16
|
+
description: Explique claramente o que está acontecendo.
|
|
17
|
+
placeholder: "Exemplo: O comando 'mwsm update' falha ao tentar migrar o banco."
|
|
18
|
+
validations:
|
|
19
|
+
required: true
|
|
20
|
+
- type: textarea
|
|
21
|
+
id: reproducao
|
|
22
|
+
attributes:
|
|
23
|
+
label: Passos para reproduzir
|
|
24
|
+
description: Liste as etapas para reproduzir o problema.
|
|
25
|
+
placeholder: |
|
|
26
|
+
1. Vá para '...'
|
|
27
|
+
2. Execute '...'
|
|
28
|
+
3. Veja o erro
|
|
29
|
+
validations:
|
|
30
|
+
required: true
|
|
31
|
+
- type: textarea
|
|
32
|
+
id: esperado
|
|
33
|
+
attributes:
|
|
34
|
+
label: Comportamento esperado
|
|
35
|
+
description: O que você esperava que acontecesse?
|
|
36
|
+
placeholder: "Exemplo: Esperava que a atualização fosse concluída sem erros."
|
|
37
|
+
- type: textarea
|
|
38
|
+
id: prints
|
|
39
|
+
attributes:
|
|
40
|
+
label: Capturas de tela
|
|
41
|
+
description: Se possível, adicione prints ou logs que ajudem a entender o problema.
|
|
42
|
+
- type: input
|
|
43
|
+
id: sistema
|
|
44
|
+
attributes:
|
|
45
|
+
label: Sistema operacional
|
|
46
|
+
placeholder: "Exemplo: Ubuntu 22.04 / Windows 11"
|
|
47
|
+
- type: input
|
|
48
|
+
id: versao
|
|
49
|
+
attributes:
|
|
50
|
+
label: Versão do Mwsm
|
|
51
|
+
placeholder: "Exemplo: 3.0.2"
|
|
52
|
+
- type: textarea
|
|
53
|
+
id: contexto
|
|
54
|
+
attributes:
|
|
55
|
+
label: Contexto adicional
|
|
56
|
+
description: Adicione qualquer outra informação relevante.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
name: "🌟 Solicitar nova funcionalidade"
|
|
2
|
+
description: Sugira uma ideia ou melhoria para o Mwsm.
|
|
3
|
+
title: "[FEATURE] Descreva sua sugestão brevemente"
|
|
4
|
+
labels: ["enhancement"]
|
|
5
|
+
assignees: [MKCodec]
|
|
6
|
+
body:
|
|
7
|
+
- type: markdown
|
|
8
|
+
attributes:
|
|
9
|
+
value: |
|
|
10
|
+
Quer sugerir algo novo? 🚀
|
|
11
|
+
Conte-nos sua ideia abaixo!
|
|
12
|
+
- type: textarea
|
|
13
|
+
id: proposta
|
|
14
|
+
attributes:
|
|
15
|
+
label: Descrição da funcionalidade
|
|
16
|
+
description: Explique o que você gostaria que fosse adicionado.
|
|
17
|
+
placeholder: "Exemplo: Adicionar suporte automático a OpenRouter."
|
|
18
|
+
validations:
|
|
19
|
+
required: true
|
|
20
|
+
- type: textarea
|
|
21
|
+
id: justificativa
|
|
22
|
+
attributes:
|
|
23
|
+
label: Por que isso é útil?
|
|
24
|
+
description: Qual problema ou limitação isso resolveria?
|
|
25
|
+
placeholder: "Exemplo: Facilitaria a integração com modelos externos."
|
|
26
|
+
- type: textarea
|
|
27
|
+
id: detalhes
|
|
28
|
+
attributes:
|
|
29
|
+
label: Detalhes adicionais
|
|
30
|
+
description: Inclua ideias, exemplos ou referências.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# 🔀 Pull Request
|
|
2
|
+
|
|
3
|
+
## 📋 Descrição
|
|
4
|
+
Explique brevemente o que foi alterado ou adicionado.
|
|
5
|
+
|
|
6
|
+
## 🧩 Tipo de alteração
|
|
7
|
+
- [ ] Correção de bug
|
|
8
|
+
- [ ] Nova funcionalidade
|
|
9
|
+
- [ ] Melhoria de código
|
|
10
|
+
- [ ] Documentação
|
|
11
|
+
|
|
12
|
+
## ✅ Checklist
|
|
13
|
+
- [ ] Testado localmente
|
|
14
|
+
- [ ] Documentação atualizada
|
|
15
|
+
- [ ] Nenhum erro no build
|
|
16
|
+
|
|
17
|
+
## 🧠 Contexto adicional
|
|
18
|
+
Adicione observações relevantes ou links relacionados.
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
👤 **Autor:** @MKCodec
|
|
23
|
+
🧠 **Revisor:** @MKCodec
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# 🛡️ Política de Segurança
|
|
2
|
+
|
|
3
|
+
Se você encontrar uma vulnerabilidade de segurança no **Mwsm**, **não abra uma issue pública**.
|
|
4
|
+
|
|
5
|
+
## 📩 Como reportar
|
|
6
|
+
Envie um e-mail para **mkcodec@proton.me** com:
|
|
7
|
+
- Descrição clara da vulnerabilidade
|
|
8
|
+
- Etapas de reprodução (se aplicável)
|
|
9
|
+
- Impacto estimado
|
|
10
|
+
|
|
11
|
+
## 🧭 Diretrizes
|
|
12
|
+
Nós:
|
|
13
|
+
- Confirmaremos o recebimento em até 48h
|
|
14
|
+
- Avaliaremos a gravidade em até 7 dias
|
|
15
|
+
- Corrigiremos o problema e informaremos você antes da divulgação pública
|
|
16
|
+
|
|
17
|
+
Agradecemos por ajudar a manter o projeto seguro 💙
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
name: 🧹 Actions Cleaner
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
workflow_dispatch:
|
|
5
|
+
|
|
6
|
+
jobs:
|
|
7
|
+
clean:
|
|
8
|
+
runs-on: ubuntu-latest
|
|
9
|
+
steps:
|
|
10
|
+
- name: 🧩 Checkout
|
|
11
|
+
uses: actions/checkout@v4
|
|
12
|
+
|
|
13
|
+
- name: ⚙️ Configurar Bot-Mwsm
|
|
14
|
+
run: |
|
|
15
|
+
git config --global user.name "Bot-Mwsm 🤖"
|
|
16
|
+
git config --global user.email "143403919+MKCodec@users.noreply.github.com"
|
|
17
|
+
|
|
18
|
+
- name: 🧹 Deletar execuções antigas de workflows
|
|
19
|
+
uses: Mattraks/delete-workflow-runs@v2
|
|
20
|
+
with:
|
|
21
|
+
token: ${{ secrets.GITHUB_TOKEN }}
|
|
22
|
+
repository: ${{ github.repository }}
|
|
23
|
+
retain_days: 0
|
|
24
|
+
keep_minimum_runs: 0
|
|
25
|
+
|
|
26
|
+
- name: 🧨 Deletar artefatos antigos
|
|
27
|
+
uses: c-hive/gha-remove-artifacts@v1
|
|
28
|
+
with:
|
|
29
|
+
age: '0 days'
|
|
30
|
+
skip-tags: false
|
|
31
|
+
skip-recent: 0
|
package/README.md
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
<h1 align="center">📦 MkAuth WhatsApp Send Message (Mwsm)</h1>
|
|
2
|
+
|
|
2
3
|
<p align="center">
|
|
3
4
|
<a href="javascript:void(0)">
|
|
4
|
-
|
|
5
|
+
<img src="https://img.shields.io/badge/Build-3.0.2-blue?style=for-the-badge" alt="Badge">
|
|
5
6
|
</a>
|
|
6
7
|
<a href="javascript:void(0)">
|
|
7
|
-
|
|
8
|
+
<img src="https://img.shields.io/badge/Update-16%2F10%2F2025%2017:35-green?style=for-the-badge" alt="Badge">
|
|
8
9
|
</a>
|
|
9
10
|
<a href="https://github.com/MKCodec/Mwsm">
|
|
10
|
-
|
|
11
|
+
<img src="https://img.shields.io/github/stars/MKCodec/Mwsm?style=for-the-badge" alt="Badge">
|
|
11
12
|
</a>
|
|
12
13
|
<a href="https://github.com/MKCodec/Mwsm/issues">
|
|
13
|
-
|
|
14
|
+
<img src="https://img.shields.io/github/issues/MKCodec/Mwsm?style=for-the-badge" alt="Badge">
|
|
14
15
|
</a>
|
|
15
16
|
</p>
|
|
16
17
|
|
|
17
18
|
<p align="center">
|
|
18
|
-
<img src="https://raw.githubusercontent.com/MKCodec/Mwsm/main/img/Mwsm.png
|
|
19
|
+
<img src="https://raw.githubusercontent.com/MKCodec/Mwsm/main/img/Mwsm.png" width="600" alt="Mwsm Dashboard"/>
|
|
19
20
|
</p>
|
|
20
21
|
|
|
21
22
|
<h3 align="center">💖 Apoie o projeto Mwsm:</h3>
|
|
@@ -31,15 +32,15 @@
|
|
|
31
32
|
</a>
|
|
32
33
|
</p>
|
|
33
34
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
35
|
---
|
|
38
36
|
|
|
39
|
-
##
|
|
37
|
+
## 🧠 Sobre o Projeto
|
|
40
38
|
|
|
41
|
-
O **Mwsm** é uma API que integra notificações automatizadas
|
|
42
|
-
|
|
39
|
+
O **Mwsm** é uma API gratuita que integra notificações automatizadas via **WhatsApp** ao sistema **MkAuth**,
|
|
40
|
+
permitindo enviar mensagens, sincronizar cobranças e gerenciar comunicações com seus clientes de forma inteligente e automatizada.
|
|
41
|
+
|
|
42
|
+
> 🔗 **Toda a documentação completa (instalação, configuração e uso) está disponível no Wiki oficial:**
|
|
43
|
+
> 👉 [https://github.com/MKCodec/Mwsm/wiki](https://github.com/MKCodec/Mwsm/wiki)
|
|
43
44
|
|
|
44
45
|
---
|
|
45
46
|
|
|
@@ -52,144 +53,53 @@ Ela permite disparar mensagens, sincronizar cobranças e automatizar comunicaç
|
|
|
52
53
|
| **GalaxPay** | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
53
54
|
| **Santander** | ✅ | ❌ | ❌ | ❌ | ✅ |
|
|
54
55
|
|
|
55
|
-
> ⚠️ Compatibilidade relatada por usuários.
|
|
56
|
+
> ⚠️ Compatibilidade relatada por usuários. Outros gateways podem funcionar normalmente.
|
|
56
57
|
|
|
57
58
|
---
|
|
58
59
|
|
|
59
60
|
## 🧠 Requisitos
|
|
60
61
|
|
|
61
|
-
- Servidor Linux (Ubuntu
|
|
62
|
+
- Servidor Linux (Ubuntu/Proxmox ou Debian/MkAuth)
|
|
62
63
|
- [API MkAuth](https://github.com/MKCodec/MkAuth-API) modificada para uso com Mwsm
|
|
64
|
+
- Conexão estável com o WhatsApp Web
|
|
63
65
|
|
|
64
66
|
---
|
|
65
67
|
|
|
66
|
-
##
|
|
67
|
-
|
|
68
|
-
### Pré-instalação
|
|
69
|
-
|
|
70
|
-
Execute no MkAuth se o Mwsm for instalado separadamente:
|
|
71
|
-
|
|
72
|
-
```sh
|
|
73
|
-
cd ~ && sudo wget https://raw.githubusercontent.com/MKCodec/MkAuth-API/main/titulo.api -O /opt/mk-auth/api/titulo.api
|
|
74
|
-
```
|
|
68
|
+
## 📚 Documentação Completa
|
|
75
69
|
|
|
76
|
-
|
|
70
|
+
Acesse o **Wiki Oficial do Mwsm** e aprenda passo a passo como instalar, configurar e usar:
|
|
77
71
|
|
|
78
|
-
|
|
72
|
+
> 📘 **Wiki Oficial:**
|
|
73
|
+
> [https://github.com/MKCodec/Mwsm/wiki](https://github.com/MKCodec/Mwsm/wiki)
|
|
79
74
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
75
|
+
### 🔹 Seções Disponíveis:
|
|
76
|
+
- **[Introdução](https://github.com/MKCodec/Mwsm/wiki/Home)** — visão geral e recursos do projeto
|
|
77
|
+
- **[Instalação](https://github.com/MKCodec/Mwsm/wiki/Instalação)** — instalação automática e pré-requisitos
|
|
78
|
+
- **[Configuração](https://github.com/MKCodec/Mwsm/wiki/Configuração)** — como ajustar e ativar o sistema
|
|
79
|
+
- **[Suporte e Integração](https://github.com/MKCodec/Mwsm/wiki/Suporte-e-Intregração)** — integrações externas e testes
|
|
83
80
|
|
|
84
81
|
---
|
|
85
82
|
|
|
86
|
-
|
|
87
|
-
<summary>🧭 Configuração</summary>
|
|
88
|
-
|
|
89
|
-
### 1️⃣ Ative o Túnel Dev API no MkAuth
|
|
90
|
-
|
|
91
|
-
```
|
|
92
|
-
Opções > Rede do Servidor > MkTunel > (Ativar e Gravar)
|
|
93
|
-
```
|
|
83
|
+
## 💬 Suporte e Comunidade
|
|
94
84
|
|
|
95
|
-
|
|
85
|
+
- 🧩 Fórum oficial do MkAuth:
|
|
86
|
+
[https://mk-auth.com.br/forum/topics/envio-de-mensagem-via-whatsapp-100-gratuito](https://mk-auth.com.br/forum/topics/envio-de-mensagem-via-whatsapp-100-gratuito)
|
|
96
87
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
```
|
|
100
|
-
Provedor > Controle de Usuarios > API
|
|
101
|
-
ou
|
|
102
|
-
Provedor > DEV > API do Usuario
|
|
103
|
-
```
|
|
104
|
-
|
|
105
|
-

|
|
106
|
-
|
|
107
|
-
### 3️⃣ Acesse o servidor via IP:PORTA
|
|
108
|
-
|
|
109
|
-

|
|
110
|
-
|
|
111
|
-
### 4️⃣ Escaneie o QR Code com o WhatsApp
|
|
112
|
-
|
|
113
|
-

|
|
114
|
-
|
|
115
|
-
### 5️⃣ Configure a API do MkAuth no Mwsm
|
|
116
|
-
|
|
117
|
-
| Campo | Descrição |
|
|
118
|
-
| ------ | ---------- |
|
|
119
|
-
| `TUNEL` | URL do túnel configurado no MkAuth |
|
|
120
|
-
| `CLIENT` | Código do cliente |
|
|
121
|
-
| `SECRET` | Código secreto |
|
|
122
|
-
| `DOMAIN` | Domínio/IP do servidor MkAuth |
|
|
123
|
-
| `VERSION` | Selecione v1 ou v2 |
|
|
124
|
-
| `MODE` | Escolha o tipo de conexão |
|
|
125
|
-
|
|
126
|
-

|
|
127
|
-
|
|
128
|
-
</details>
|
|
88
|
+
- 🐞 Relate bugs e sugestões:
|
|
89
|
+
[https://github.com/MKCodec/Mwsm/issues](https://github.com/MKCodec/Mwsm/issues)
|
|
129
90
|
|
|
130
91
|
---
|
|
131
92
|
|
|
132
|
-
|
|
133
|
-
<summary>📊 Gerenciamento</summary>
|
|
93
|
+
## 💖 Apoie o Projeto
|
|
134
94
|
|
|
135
|
-
|
|
95
|
+
O **Mwsm** é mantido por voluntários e distribuído gratuitamente.
|
|
96
|
+
Ajude a manter o projeto vivo e em constante evolução 💪
|
|
136
97
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
1️⃣ Configure o servidor no MkAuth seguindo as instruções do painel web.
|
|
140
|
-
|
|
141
|
-
**Senha:** insira o *Token fixo* de acesso.
|
|
142
|
-
|
|
143
|
-
#### MkAuth até versão 24.02
|
|
144
|
-
```
|
|
145
|
-
Opções > Servidor de SMS > Servidor
|
|
146
|
-
```
|
|
147
|
-
|
|
148
|
-

|
|
149
|
-
|
|
150
|
-
#### MkAuth 24.03 ou superior
|
|
151
|
-
```
|
|
152
|
-
Opções > Servidor de WhatsApp > Servidor
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-

|
|
156
|
-
|
|
157
|
-
### 🧩 Mwsm
|
|
158
|
-
|
|
159
|
-
No Mwsm:
|
|
160
|
-
|
|
161
|
-
```
|
|
162
|
-
Settings > API > Tela 2
|
|
163
|
-
```
|
|
164
|
-
|
|
165
|
-
As mensagens são disparadas conforme o agendamento configurado na API.
|
|
166
|
-
|
|
167
|
-

|
|
168
|
-
|
|
169
|
-
</details>
|
|
170
|
-
|
|
171
|
-
---
|
|
172
|
-
|
|
173
|
-
## 💬 Dúvidas, Erros e Suporte
|
|
174
|
-
|
|
175
|
-
Se ocorrerem erros, ative o modo **Debug** em:
|
|
176
|
-
|
|
177
|
-
```
|
|
178
|
-
Settings > Extras > Debug ON
|
|
179
|
-
```
|
|
180
|
-
|
|
181
|
-
Em caso de persistência, visite o fórum oficial:
|
|
182
|
-
🔗 [https://mk-auth.com.br/forum/topics/envio-de-mensagem-via-whatsapp-100-gratuito](https://mk-auth.com.br/forum/topics/envio-de-mensagem-via-whatsapp-100-gratuito)
|
|
183
|
-
|
|
184
|
-
---
|
|
185
|
-
|
|
186
|
-
## 💖 Doações PIX
|
|
187
|
-
|
|
188
|
-
Apoie o projeto e ajude a manter o **Mwsm** gratuito e atualizado.
|
|
98
|
+
## 💸 Doações PIX
|
|
189
99
|
|
|
190
100
|

|
|
191
101
|
|
|
192
|
-
**Chave:**
|
|
102
|
+
**Chave Aleatória:**
|
|
193
103
|
```sh
|
|
194
104
|
e9b9d669-4412-4dec-994c-310005904088
|
|
195
105
|
```
|
|
@@ -198,7 +108,3 @@ e9b9d669-4412-4dec-994c-310005904088
|
|
|
198
108
|
```sh
|
|
199
109
|
00020126580014BR.GOV.BCB.PIX0136e9b9d669-4412-4dec-994c-3100059040885204000053039865802BR5924CLEBER FERREIRA DE SOUZA6007CARUARU62070503***63045854
|
|
200
110
|
```
|
|
201
|
-
|
|
202
|
-
---
|
|
203
|
-
|
|
204
|
-
<p align="center">© 2025 MkAuth WhatsApp Send Message - Desenvolvido por MKCodec</p>
|
|
Binary file
|
package/img/Mwsm.png
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/img/mwsm-api.png
ADDED
|
Binary file
|
|
Binary file
|
package/img/mwsm-cli.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/img/mwsm-log.png
ADDED
|
Binary file
|
|
Binary file
|
package/img/mwsm-qr.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/img/mwsm-run.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/version.json
CHANGED
package/img/autobot.png
DELETED
|
Binary file
|
package/img/autupdate.png
DELETED
|
Binary file
|
package/img/cli.png
DELETED
|
Binary file
|
package/img/cronshed.png
DELETED
|
Binary file
|
package/img/debug.log
DELETED
|
File without changes
|
package/img/debug.png
DELETED
|
Binary file
|
package/img/delay.png
DELETED
|
Binary file
|
package/img/dev.png
DELETED
|
Binary file
|
package/img/endpoint.png
DELETED
|
Binary file
|
package/img/log.png
DELETED
|
Binary file
|
package/img/mkauth.png
DELETED
|
Binary file
|
package/img/msn.png
DELETED
|
Binary file
|
package/img/paycon.png
DELETED
|
Binary file
|
package/img/prevent.png
DELETED
|
Binary file
|
package/img/resent.png
DELETED
|
Binary file
|
package/img/reset.png
DELETED
|
Binary file
|
package/img/resync.png
DELETED
|
Binary file
|
package/img/settings.png
DELETED
|
Binary file
|
package/img/shifts.png
DELETED
|
Binary file
|
package/img/spam.png
DELETED
|
Binary file
|
package/img/spam2.png
DELETED
|
Binary file
|
package/img/status.png
DELETED
|
Binary file
|
package/img/status2.png
DELETED
|
Binary file
|
package/img/stop.png
DELETED
|
Binary file
|
package/img/sync.png
DELETED
|
Binary file
|
package/img/terminal.png
DELETED
|
Binary file
|
package/img/timers.png
DELETED
|
Binary file
|
package/img/update.png
DELETED
|
Binary file
|
package/img/whatsapp.png
DELETED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|