Wpjs
A wrapper of yowsup (WhatsApp with Nodejs)
Install / Use
/learn @JavaGarcia/WpjsREADME
WPJS (Whatsapp nodejs)
WPJS is a client of whatsapp in nodejs
###Features
- Sender messages type text
- Receiver messags type text
Usage
You need to have yowsup installed,
pip install yowsup2
git clone https://github.com/JavaGarcia/wpjs.git
Connect
var wpjs = require('./index.js');
wpjs.connect({number: '57300349xxx', password: '=XXXXX', yowsup:"PATH_YOWSUP-CLI_INSTALLED"}, function(state){
console.log(state)
});
Send text message
wpjs.send({to: '57300349xxx', type: 'txt', data: 'Im busy...'});
inbox text message
wpjs.on('inbox',function(message){
console.log(message.type)//type of message (txt)
console.log(message.from)// number_src of message
console.log(message.username) // nickname
console.log(message.date)// arrival date
console.log(message.data)// message...
});
Echo example
var wpjs = require('./index.js');
wpjs.connect({number: '57300349xxx', password: '=XXXXX', yowsup:"PATH_YOWSUP_INSTALLED"}, function(state){
console.log(state)
});
wpjs.on('inbox',function(message){
console.log('[INBOX] User:'+message.username+' from:'+message.from+' data: '+message.data);
wpjs.send({to: message.from, type: 'txt', data: message.data});
});
Made with :heart: in Colombia.
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
