WhatsApp venom API that you can configure in a click! It's really Free! :)
The project is an HTTP wrapper around https://github.com/orkestral/venom, so we can also support these methods:
Automatic QR Refresh | ✔ |
Send text, image, video, audio and docs | ✔ |
Get contacts, chats, groups, group members, Block List | ✔ |
Send contacts | ✔ |
Send stickers | ✔ |
Send stickers GIF | ✔ |
insert user section | ✔ |
📍 Send location!! | ✔ |
🕸🕸 and much more | ✔ |
rubah pada bagian /src/config.service.ts bari ke 33 dari '/tmp/whatsapp-files', menjadi 'D:/api-wa/whatsapp-api-venom/tokens/whatsapp-files', sesuaikan dengan direktori masing-masing
- git clone https://github.com/diazzaid/whatsapp-api-venom.git
- cd whatsapp-api-venom
- npm i
- npm start
- scan qrcode via terminal
- session Connected
Run WhatsApp venom API:
After that open in a browser the link and you'll see Swagger (OpenApi) API specification for WhatsApp venom API http://localhost:3000/#/
Let's try to send a message:
- via curl
curl --location --request POST 'http://localhost:3000/api/send-message'
--header 'Content-Type: application/json'
--data-raw '{
"number": "6281224993382",
"message": "api testing"
}'
- swagger open browser http://localhost:3000/
Go to the "screenshot" section and get a screenshot http://localhost:3000/#/screenshot
thanks to