Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 hours ago
JSON representation

⭐ Código (base/exemple) desenvolvido em NodeJS para bot de WhatsApp multi-device usando a lib/api baileys v4. ⭐

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.


Logo do wabase-md

## 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 | ✅ |