wpjs
wpjs copied to clipboard
A wrapper of yowsup (WhatsApp with Nodejs)
Results
1
wpjs issues
Sort by
recently updated
recently updated
newest added
Hi, I'm trying to connect like this: `wpjs.connect({number: 'xxxxxx', password: 'xxxxxxxxxxxxxxxxxxx=', yowsup: "/home/xxxx/yowsup/yowsup-cli" }, function(state){ console.log('state: ' + state); });` but state log never appears wpjs.on() callback also doesn't seem...