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 🙏

© 2026 – Pkg Stats / Ryan Hefner

saarthi-wa-sender

v1.1.0

Published

A simple CLI tool to send limited WhatsApp messages using WhatsApp Web. Built mainly for **learning, internal tooling, and experimentation**.

Readme

Saarthi WhatsApp Sender (CLI)

A simple CLI tool to send limited WhatsApp messages using WhatsApp Web.
Built mainly for learning, internal tooling, and experimentation.

⚠️ Disclaimer
It is not affiliated with WhatsApp / Meta and may violate WhatsApp’s Terms of Service.
Use responsibly and at your own risk. This tool uses unofficial automation via WhatsApp Web and may violate WhatsApp’s Terms of Service.
Accounts can be restricted or banned.
The author takes no responsibility for any misuse or consequences.


Features

  • Send WhatsApp messages from the terminal
  • QR-based login (WhatsApp Web)
  • Daily message limit (safety cap)
  • Simple interactive prompts (numbers + message)
  • Published as an npm CLI package

Installation

Prerequisite: Node.js (LTS)

npm install -g saarthi-wa-sender

Usage

wa-send

Follow the prompts:

  1. Scan the QR code from WhatsApp (Linked Devices → Scan QR)

  2. Enter numbers (comma separated, with country code, no +)

    919812345678, 919898765432
  3. Enter your message and confirm


Responsible Usage (Important)

  • Keep volume low (e.g., ≤ 20 messages/day)
  • Send only to people you know or who have consented
  • Avoid sending links in the first message
  • Stop using the tool if WhatsApp shows warnings or restrictions
  • This tool is not intended for spam, marketing blasts, or large-scale automation

Local Development

git clone <your-repo-url>
cd wa-send
npm install
npm link
wa-send

Tech Stack

  • Node.js
  • whatsapp-web.js
  • Puppeteer

Notes

  • This project is intended for educational and internal tooling purposes
  • For production or large-scale messaging, prefer the official WhatsApp Business API
  • WhatsApp policies may change; this tool may break over time

📄 License

MIT