Puppet Whatsapp
import { Wechaty } from 'wechaty'
import { PuppetWhatsapp } from 'wechaty-puppet-whatsapp'
const puppet = new PuppetWhatsapp()
const wechaty = new Wechaty({ 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
Release 1.0 of Wechaty Puppet Whatsapp.
- v0.5 (Sep 2021) Puppet API v0.51 implemented.
- v0.4 (Sep 2021): ES Modules support
- Passed the perfect restart unit testing.
Initial version.
- Kick-off PR from @univerone with ding-dong-bot enabled!
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.
- @univerone Shanshan JIANG
- @su-chang Chang SU
- Code & Docs © 2020-now Wechaty Contributors https://github.com/wechaty
- Code released under the Apache-2.0 License
- Docs released under Creative Commons