Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guiguicdd/wabase-md
⭐ Código (base/exemple) desenvolvido em NodeJS para bot de WhatsApp multi-device usando a lib/api baileys v4. ⭐
https://github.com/guiguicdd/wabase-md
api baileys baileys-md base bot example exemplo js md multi-device multidevice nodejs termux wa wabasemd websocket whatsapp
Last synced: 3 months ago
JSON representation
⭐ Código (base/exemple) desenvolvido em NodeJS para bot de WhatsApp multi-device usando a lib/api baileys v4. ⭐
- Host: GitHub
- URL: https://github.com/guiguicdd/wabase-md
- Owner: guiguicdd
- License: mit
- Created: 2021-11-07T13:00:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T00:09:58.000Z (over 1 year ago)
- Last Synced: 2024-09-30T00:43:35.181Z (4 months ago)
- Topics: api, baileys, baileys-md, base, bot, example, exemplo, js, md, multi-device, multidevice, nodejs, termux, wa, wabasemd, websocket, whatsapp
- Language: JavaScript
- Homepage:
- Size: 438 KB
- Stars: 48
- Watchers: 4
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
YOUR CODE IS INSIDE INDEX.JS
WABaseMD
Base para whatsapp multidevice em JS usando a lib [adiwajshing/baileys](https://github.com/adiwajshing/baileys). Veja também a [documentação](https://adiwajshing.github.io/Baileys/) para saber quais são as funções disponiveis.
## Instalação
##### CLONAR O REPOSITÓRIO
```Alpine Abuild
git clone https://github.com/guiguicdd/wabase-md.git
cd wabase-md
```##### INSTALAR AS DEPENDÊNCIAS
```Alpine Abuild
npm i
```##### INICIAR O WABASEMD (BOT/ROBÔ)
```Alpine Abuild
npm start
```# ⚠ ATENÇÃO ⚠
Por ser um beta, alguns problemas podem ocorrer. E seu número pode ser banido. Use por sua conta e risco.## Funcionalidades
| Baileys V4 | Status |
| :------------------------------- | :-----: |
| 4 dispositivos simultaneamente | ✅ |
| Funciona independente do celular | ✅ |
| Conecta ao whatsapp via WebSocket | ✅ || WABaseMD | Status |
| :---------------------------------- | :----: |
| Funciona com apenas JS (JavaScript) | ✅ |
| Escalável | ✅ |
| Mensagem de exemplo | ✅ |-------------------------------------
# In english / Em inglês# WABaseMD
Base for whatsapp multidevice in JS using [adiwajshing/baileys](https://github.com/adiwajshing/baileys). Also take a look at the [documentation](https://adiwajshing.github.io/Baileys/).## Instalation
##### CLONE THE REPOSITORY
```Alpine Abuild
git clone https://github.com/guiguicdd/wabase-md.git
cd wabase-md
```##### INSTALL THE DEPENDENCIES
```Alpine Abuild
npm i
```##### STARTS WABASEMD (BOT/ROBÔ)
```Alpine Abuild
npm start
```# ⚠ ATTENTION ⚠
It´s a beta, so issue is spected to be apppering. Use at your own risk.## Functionalities
| Baileys V4 | Status |
| :------------------------------- | :----: |
| 4 devices simultaneously | ✅ |
| Work without whatsapp connection | ✅ |
| Works with WebSocket | ✅ || WABaseMD | Status |
| ---------------------------- | :----: |
| JS (JavaScript) only | ✅ |
| scalable script structure | ✅ |
| Example message | ✅ |