Skip to content

diazzaid/whatsapp-api-venom-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

whatsapp-api-venom-simple

api web whatsapp simple implementation venom-bot

  1. git clone https://github.com/diazzaid/whatsapp-api-venom-simple.git
  2. cd whatsapp-api-venom-simple
  3. npm i
  4. node index.js
  5. scan qr
  6. api send message
  7. json
  8. curl --location --request POST 'http://localhost:3000/send-message'
    --header 'Content-Type: application/json'
    --data-raw '{ "number": "628122499xxx", "message": "api testing json" }'
  9. urldecoded
  10. curl --location --request POST 'http://localhost:3000/send-message'
    --header 'Content-Type: application/x-www-form-urlencoded'
    --data-urlencode 'number=628122499xxxx'
    --data-urlencode 'message=api testing urldecoded'

thanks

orkestral/venom https://github.com/orkestral/venom

About

api web whatsapp simple implementation venom-bot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published