npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@juzi/wechaty-puppet-whatsapp

v1.0.33

Published

Wechaty Puppet for WhatsApp

Downloads

1,027

Readme

WECHATY PUPPET WHATSAPP

NPM Version npm (tag) NPM ES Modules

wechaty puppet whatsapp

Powered by Wechaty TypeScript

Puppet Whatsapp

USAGE

Puppet Whatsapp

import { WechatyBuilder }   from '@juzi/wechaty'
import { PuppetWhatsapp } from '@juzi/wechaty-puppet-whatsapp'

const puppet  = new PuppetWhatsapp()
const wechaty = WechatyBuilder.build({ puppet })

wechaty.start()

WECHATY GETTING STARTED

TL;DR:

export WECHATY_PUPPET=wechaty-puppet-whatsapp
npm start

Learn how to run Wechaty bot from https://github.com/wechaty/wechaty-getting-started

HISTORY

main v1.19

  1. Upgrade to Wechaty Puppet v1.19 API
  2. Upgrade dependencies

v1.16 (Apr 6, 2022)

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!

v1.0 (Oct 30, 2021)

Release 1.0 of Wechaty Puppet Whatsapp.

  • v0.5 (Sep 2021) Puppet API v0.51 implemented.
  • v0.4 (Sep 2021): ES Modules support

v0.2 (Feb 11, 2021)

  1. Passed the perfect restart unit testing.

v0.0.1 (Nov, 2020)

Initial version.

  1. Kick-off PR from @univerone with ding-dong-bot enabled!

SPECIAL THANKS

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.

MAINTAINERS

  1. @univerone Shanshan JIANG
  2. @su-chang Chang SU

COPYRIGHT & LICENSE

  • Code & Docs © 2020-now Wechaty Contributors https://github.com/wechaty
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons