Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danitechid/example-wa-bot-script
Example of WhatsApp bot script, using library WhatsApp Web API
https://github.com/danitechid/example-wa-bot-script
whatsapp-bot
Last synced: about 1 month ago
JSON representation
Example of WhatsApp bot script, using library WhatsApp Web API
- Host: GitHub
- URL: https://github.com/danitechid/example-wa-bot-script
- Owner: danitechid
- License: isc
- Created: 2023-10-31T13:26:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T18:44:15.000Z (about 1 year ago)
- Last Synced: 2024-04-10T18:14:23.109Z (9 months ago)
- Topics: whatsapp-bot
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@danitech/wa-web-api
- Size: 16.6 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# WhatsApp BOT Multi Device Pairing Code - NodeJs
Contoh skrip bot WhatsApp, menggunakan perpustakaan WhatsApp Web API## Instalasi
### Instal Perangkat Lunak/Paket-Paket
#### Untuk Linux
```bash
sudo apt-get install nodejs
sudo apt-get install git
sudo apt-get install npm
sudo apt-get install yarn
```#### Untuk Windows
```bash
choco install nodejs
choco install git
choco install yarn
```#### Untuk MacOS
```bash
brew install node
brew install git
brew install yarn
```#### Untuk Android (Termux)
```bash
pkg install nodejs
pkg install git
pkg install yarn
```### Download/Klon Proyek
```bash
git clone https://github.com/danitechid/example-wa-bot-script.git
```### Pindah Direktori (CD)
```bash
cd example-wa-bot-script
```### Instal Dependensi
#### Menggunakan Npm
```bash
npm install
```
#### Atau Menggunakan Yarn
```bash
yarn install
```### Jalankan Server
#### Menggunakan Npm
```bash
npm run start
```#### Atau Menggunakan Yarn
```bash
yarn run start
```#### Atau Menggunakan Node
```bash
node run start
```#### Atau Menggunakan Bun
```bash
bun run start
```## Informasi
* Pembuat / Pengembang: Dani Ramdani (Dani Techno.) - FullStack Engineer
* Kontak Pembuat / Pengembang: 0895 1254 5999 (WhatsApp), [email protected] (Email)## Terimakasih Kepada
* Dani Techno. - FullStack Engineer (Pembuat / Pengembang)
* @danitech/wa-web-api (Penyedia Library "WhatsApp Web API")