@kaikybrofc/omnizap-system 2.3.3 → 2.3.4
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/README.md +20 -22
- package/package.json +1 -1
- package/public/api-docs/index.html +3 -2
- package/public/apple-touch-icon.png +0 -0
- package/public/bot-whatsapp-para-grupo/index.html +3 -1
- package/public/bot-whatsapp-sem-programar/index.html +3 -1
- package/public/comandos/index.html +3 -2
- package/public/como-automatizar-avisos-no-whatsapp/index.html +3 -1
- package/public/como-criar-comandos-whatsapp/index.html +3 -1
- package/public/como-evitar-spam-no-whatsapp/index.html +3 -1
- package/public/como-moderar-grupo-whatsapp/index.html +3 -1
- package/public/como-organizar-comunidade-whatsapp/index.html +3 -1
- package/public/favicon-16x16.png +0 -0
- package/public/favicon-32x32.png +0 -0
- package/public/favicon.ico +0 -0
- package/public/index.html +3 -2
- package/public/licenca/index.html +3 -2
- package/public/login/index.html +3 -1
- package/public/melhor-bot-whatsapp-para-grupos/index.html +3 -1
- package/public/site.webmanifest +24 -0
- package/public/stickers/create/index.html +3 -1
- package/public/stickers/index.html +3 -1
- package/public/termos-de-uso/index.html +3 -2
- package/public/user/index.html +3 -1
- package/public/user/systemadm/index.html +3 -1
package/README.md
CHANGED
|
@@ -76,33 +76,31 @@ O prefixo pode variar no seu grupo. Nos exemplos abaixo, foi usado `/`.
|
|
|
76
76
|
Este bloco pode ser atualizado automaticamente pela API (`/api/sticker-packs/readme-markdown`).
|
|
77
77
|
|
|
78
78
|
<!-- README_SNAPSHOT:START -->
|
|
79
|
-
|
|
80
79
|
### Snapshot do Sistema
|
|
81
80
|
|
|
82
|
-
> Atualizado em `2026-03-
|
|
81
|
+
> Atualizado em `2026-03-01T08:23:02.911Z` | cache `1800s`
|
|
83
82
|
|
|
84
|
-
|
|
|
85
|
-
|
|
|
86
|
-
|
|
|
87
|
-
| Grupos
|
|
88
|
-
| Packs
|
|
89
|
-
| Stickers
|
|
90
|
-
| Mensagens registradas |
|
|
83
|
+
| Métrica | Valor |
|
|
84
|
+
| --- | ---: |
|
|
85
|
+
| Usuários (lid_map) | 5.518 |
|
|
86
|
+
| Grupos | 116 |
|
|
87
|
+
| Packs | 309 |
|
|
88
|
+
| Stickers | 7.334 |
|
|
89
|
+
| Mensagens registradas | 447.648 |
|
|
91
90
|
|
|
92
91
|
#### Tipos de mensagem mais usados (amostra: 25.000)
|
|
93
|
-
|
|
94
|
-
|
|
|
95
|
-
|
|
|
96
|
-
| `
|
|
97
|
-
| `
|
|
98
|
-
| `
|
|
99
|
-
| `
|
|
100
|
-
| `
|
|
101
|
-
| `
|
|
102
|
-
| `
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
<details><summary>Comandos disponiveis (62)</summary>
|
|
92
|
+
| Tipo | Total |
|
|
93
|
+
| --- | ---: |
|
|
94
|
+
| `texto` | 16.014 |
|
|
95
|
+
| `figurinha` | 4.502 |
|
|
96
|
+
| `reacao` | 1.680 |
|
|
97
|
+
| `imagem` | 1.390 |
|
|
98
|
+
| `outros` | 1.000 |
|
|
99
|
+
| `video` | 226 |
|
|
100
|
+
| `audio` | 180 |
|
|
101
|
+
| `documento` | 8 |
|
|
102
|
+
|
|
103
|
+
<details><summary>Comandos disponíveis (62)</summary>
|
|
106
104
|
|
|
107
105
|
`/add` · `/addmode` · `/autorequests` · `/autosticker` · `/ban` · `/captcha` · `/cat` · `/catimg` · `/catprompt` · `/catprompt reset` · `/dado` · `/down` · `/farewell` · `/groups` · `/info` · `/invite` · `/join` · `/leave` · `/menu anime` · `/menu figurinhas` · `/menu ia` · `/menu midia` · `/menu quote` · `/menu stats` · `/menuadm` · `/metadata` · `/newgroup` · `/noticias` · `/nsfw` · `/pack add` · `/pack create` · `/pack list` · `/pack send` · `/ping` · `/play` · `/playvid` · `/prefix` · `/premium` · `/quote` · `/ranking` · `/rankingglobal` · `/requests` · `/revoke` · `/s` · `/semmsg` · `/setdesc` · `/setgroup` · `/setsubject` · `/st` · `/stb` · `/sticker` · `/stickertext` · `/stickertextblink` · `/stickertextwhite` · `/stw` · `/temp` · `/tiktok` · `/toimg` · `/up` · `/updaterequests` · `/user perfil` · `/welcome`
|
|
108
106
|
|
package/package.json
CHANGED
|
@@ -9,8 +9,9 @@
|
|
|
9
9
|
<meta name="author" content="OmniZap System" />
|
|
10
10
|
<meta name="robots" content="index, follow, max-snippet:-1" />
|
|
11
11
|
<link rel="canonical" href="https://omnizap.shop/api-docs/" />
|
|
12
|
-
<link rel="icon"
|
|
13
|
-
<link rel="
|
|
12
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
13
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
14
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
14
15
|
<link rel="sitemap" type="application/xml" href="https://omnizap.shop/sitemap.xml" />
|
|
15
16
|
<meta property="og:type" content="website" />
|
|
16
17
|
<meta property="og:locale" content="pt_BR" />
|
|
Binary file
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
<meta name="keywords" content="bot para grupo whatsapp, bot whatsapp pronto, automacao para grupos, moderacao grupo whatsapp" />
|
|
9
9
|
<meta name="robots" content="index, follow" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/bot-whatsapp-para-grupo/" />
|
|
11
|
-
<link rel="icon"
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
14
|
|
|
13
15
|
<meta property="og:type" content="article" />
|
|
14
16
|
<meta property="og:locale" content="pt_BR" />
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
<meta name="keywords" content="bot whatsapp sem programar, bot pronto whatsapp, automacao whatsapp sem codigo" />
|
|
9
9
|
<meta name="robots" content="index, follow" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/bot-whatsapp-sem-programar/" />
|
|
11
|
-
<link rel="icon"
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
14
|
|
|
13
15
|
<meta property="og:type" content="article" />
|
|
14
16
|
<meta property="og:locale" content="pt_BR" />
|
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
<meta name="keywords" content="comandos bot whatsapp, comandos omnizap, bot para grupo whatsapp, automacao whatsapp" />
|
|
9
9
|
<meta name="robots" content="index, follow, max-snippet:-1" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/comandos/" />
|
|
11
|
-
<link rel="icon"
|
|
12
|
-
<link rel="
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
13
14
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
14
15
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
15
16
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap" />
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
<meta name="keywords" content="automatizar avisos whatsapp, lembrete automatico whatsapp, bot para avisos" />
|
|
9
9
|
<meta name="robots" content="index, follow" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/como-automatizar-avisos-no-whatsapp/" />
|
|
11
|
-
<link rel="icon"
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
14
|
|
|
13
15
|
<meta property="og:type" content="article" />
|
|
14
16
|
<meta property="og:locale" content="pt_BR" />
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
<meta name="keywords" content="comandos whatsapp, bot com comandos, automacao de respostas whatsapp" />
|
|
9
9
|
<meta name="robots" content="index, follow" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/como-criar-comandos-whatsapp/" />
|
|
11
|
-
<link rel="icon"
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
14
|
|
|
13
15
|
<meta property="og:type" content="article" />
|
|
14
16
|
<meta property="og:locale" content="pt_BR" />
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
<meta name="keywords" content="como evitar spam whatsapp, bot anti spam whatsapp, moderacao whatsapp" />
|
|
9
9
|
<meta name="robots" content="index, follow" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/como-evitar-spam-no-whatsapp/" />
|
|
11
|
-
<link rel="icon"
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
14
|
|
|
13
15
|
<meta property="og:type" content="article" />
|
|
14
16
|
<meta property="og:locale" content="pt_BR" />
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
<meta name="keywords" content="como moderar grupo whatsapp, bot para moderar grupo, organizacao de grupo whatsapp" />
|
|
9
9
|
<meta name="robots" content="index, follow" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/como-moderar-grupo-whatsapp/" />
|
|
11
|
-
<link rel="icon"
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
14
|
|
|
13
15
|
<meta property="og:type" content="article" />
|
|
14
16
|
<meta property="og:locale" content="pt_BR" />
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
<meta name="keywords" content="organizar comunidade whatsapp, bot para comunidade, automacao whatsapp grupo" />
|
|
9
9
|
<meta name="robots" content="index, follow" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/como-organizar-comunidade-whatsapp/" />
|
|
11
|
-
<link rel="icon"
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
14
|
|
|
13
15
|
<meta property="og:type" content="article" />
|
|
14
16
|
<meta property="og:locale" content="pt_BR" />
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/public/index.html
CHANGED
|
@@ -10,8 +10,9 @@
|
|
|
10
10
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
|
11
11
|
<meta name="theme-color" content="#0f172a" />
|
|
12
12
|
<link rel="canonical" href="https://omnizap.shop/" />
|
|
13
|
-
<link rel="icon"
|
|
14
|
-
<link rel="
|
|
13
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
14
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
15
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
15
16
|
|
|
16
17
|
<meta property="og:type" content="website" />
|
|
17
18
|
<meta property="og:locale" content="pt_BR" />
|
|
@@ -7,8 +7,9 @@
|
|
|
7
7
|
<meta name="description" content="Informações de licença do OmniZap System (MIT License)." />
|
|
8
8
|
<meta name="robots" content="index, follow" />
|
|
9
9
|
<link rel="canonical" href="https://omnizap.shop/licenca/" />
|
|
10
|
-
<link rel="icon"
|
|
11
|
-
<link rel="
|
|
10
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
11
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
12
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
13
|
<style>
|
|
13
14
|
:root {
|
|
14
15
|
--bg: #0f172a;
|
package/public/login/index.html
CHANGED
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
<meta name="robots" content="noindex, nofollow" />
|
|
9
9
|
<meta name="theme-color" content="#0f172a" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/login/" />
|
|
11
|
-
<link rel="icon"
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
14
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
13
15
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
14
16
|
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700&display=swap" rel="stylesheet" />
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
<meta name="keywords" content="melhor bot whatsapp, bot para grupos, comparativo bot whatsapp" />
|
|
9
9
|
<meta name="robots" content="index, follow" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/melhor-bot-whatsapp-para-grupos/" />
|
|
11
|
-
<link rel="icon"
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
14
|
|
|
13
15
|
<meta property="og:type" content="article" />
|
|
14
16
|
<meta property="og:locale" content="pt_BR" />
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "OmniZap",
|
|
3
|
+
"short_name": "OmniZap",
|
|
4
|
+
"icons": [
|
|
5
|
+
{
|
|
6
|
+
"src": "/favicon-32x32.png",
|
|
7
|
+
"sizes": "32x32",
|
|
8
|
+
"type": "image/png"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "/favicon-16x16.png",
|
|
12
|
+
"sizes": "16x16",
|
|
13
|
+
"type": "image/png"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"src": "/apple-touch-icon.png",
|
|
17
|
+
"sizes": "180x180",
|
|
18
|
+
"type": "image/png"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"theme_color": "#070f20",
|
|
22
|
+
"background_color": "#070f20",
|
|
23
|
+
"display": "standalone"
|
|
24
|
+
}
|
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
<title>OmniZap | Criar novo Pack</title>
|
|
7
7
|
<meta name="description" content="Crie um novo pack com fluxo visual passo a passo. Adicione stickers, escolha capa e publique no catálogo OmniZap." />
|
|
8
8
|
<meta name="robots" content="noindex, nofollow" />
|
|
9
|
-
<link rel="icon"
|
|
9
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
10
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
11
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
10
12
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
11
13
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
12
14
|
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap" rel="stylesheet" />
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
<meta name="keywords" content="stickers omnizap, catálogo stickers, packs whatsapp, api stickers, bot whatsapp stickers" />
|
|
9
9
|
<meta name="robots" content="index, follow" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/stickers/" />
|
|
11
|
-
<link rel="icon"
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
14
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
13
15
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
14
16
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
|
|
@@ -7,8 +7,9 @@
|
|
|
7
7
|
<meta name="description" content="Termos de Uso e diretrizes de privacidade do OmniZap System." />
|
|
8
8
|
<meta name="robots" content="index, follow" />
|
|
9
9
|
<link rel="canonical" href="https://omnizap.shop/termos-de-uso/" />
|
|
10
|
-
<link rel="icon"
|
|
11
|
-
<link rel="
|
|
10
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
11
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
12
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
13
|
<style>
|
|
13
14
|
:root {
|
|
14
15
|
--bg: #0f172a;
|
package/public/user/index.html
CHANGED
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
<meta name="robots" content="noindex, nofollow" />
|
|
9
9
|
<meta name="theme-color" content="#0f172a" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/user/" />
|
|
11
|
-
<link rel="icon"
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
14
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
13
15
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
14
16
|
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700&display=swap" rel="stylesheet" />
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
<meta name="robots" content="noindex, nofollow" />
|
|
9
9
|
<meta name="theme-color" content="#0f172a" />
|
|
10
10
|
<link rel="canonical" href="https://omnizap.shop/user/systemadm/" />
|
|
11
|
-
<link rel="icon"
|
|
11
|
+
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
12
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
13
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
12
14
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
13
15
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
14
16
|
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700&display=swap" rel="stylesheet" />
|