Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danitechid/whatsapp-bot-multi-device
https://github.com/danitechid/whatsapp-bot-multi-device
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danitechid/whatsapp-bot-multi-device
- Owner: danitechid
- Created: 2023-07-12T16:02:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-12T16:03:00.000Z (over 1 year ago)
- Last Synced: 2024-04-10T18:14:23.236Z (9 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WhatsApp-Bot-Multi-Device
## Information
- Developer: Dani
- Version: 1.0.0
- Programming language: JavaScript
- Runtime environment: Node.Js
- Libraries: Baileys
- Created on: July 12, 2023## Donate
- Dana: 0882 9633 9947
- GoPay: 0895 1254 5999## Thanks to
- Adiwajshing (Baileys provider)
- WhiskeySockets (Baileys provider)
- Dani Tech. (Dani Ramdani - FullStack Engineer & Developer)## Installation
### Clone project
```bash
$ git clone https://github.com/danitechid/WhatsApp-Bot-Multi-Device.git
```
### Path to folder project
```bash
$ cd WhatsApp-Bot-Multi-Device
```
### Install dependencies
```bash
$ npm i
```
### If error, use yarn
```bash
$ yarn install
```
### Run project
```bash
$ npm run start
```