Puppet Whatsapp
import { WechatyBuilder } from 'wechaty'
import { PuppetWhatsapp } from 'wechaty-puppet-whatsapp'
const puppet = new PuppetWhatsapp()
const wechaty = WechatyBuilder.build({ puppet })
wechaty.start()
TL;DR:
export WECHATY_PUPPET=wechaty-puppet-whatsapp
npm start
Learn how to run Wechaty bot from https://github.com/wechaty/wechaty-getting-started
Supported all features from whatsapp-web.js by Issue #19.
Thanks for all efforts from the @juzibot team: @su-chang, @hcfw007, and @windmemory, who has implemented those features to the Wechaty community!
Release 1.0 of Wechaty Puppet Whatsapp.
Initial version.
Wechaty Puppet Whatsapp is built on top of whatsapp-web.js, which is A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app, created by Pedro S. Lopez, @pedroslopez.