Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 574 Bytes

README.org

File metadata and controls

20 lines (20 loc) · 574 Bytes

Integration With Whatsapp Bot

firstly install npm dependencies with npm install

start repl shadow

I’m using :

npx shadow-cljs -d nrepl:0.7.0 -d refactor-nrepl:2.5.0 -d
cider/cider-nrepl:0.25.1 server

And start node with:

node scripts/index.js

And authenticate with Whatsapp QR Code. PS: You have to change “Pessoa” on main function in core.cljs to other String to find the contact on your contact list

Or run with

npm run dev