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

@cortana-md/engine

v1.2.77

Published

CORTANA MD WhatsApp Bot — Self-Hosted Edition

Downloads

791

Readme


💀 CORTANA MD

The most advanced WhatsApp Multi-Device bot.

📱 How to Use

  1. Deploy the bot using one of the platforms below.
  2. Check your console/logs for the pairing prompt.
  3. Enter your phone number (with country code, no +).
  4. Go to WhatsApp → Linked Devices → Link with Phone Number.
  5. Enter the pairing code from your console.

🚀 Available Platforms

24/7 Panel Hosting 👉 Click Here to get a server

  1. Create a new Node.js server.
  2. Upload this repo or clone it via startup.
  3. Set startup command to npm start.
  4. Check console for pairing code.

Scalable Bot Hosting
👉 Click Here to get a server

  1. Create a bot instance.
  2. Link this GitHub repo.
  3. Click Deploy and check logs for the pairing code.

👉 Deploy

  1. Click the Deploy button above.
  2. Fill in your bot name and prefix.
  3. In Heroku Resources, turn OFF "web" and turn ON "worker".
  4. View logs in Heroku dashboard for pairing code.

  1. Sign up on Render.com.
  2. Create a new Web Service.
  3. Connect your fork of this GitHub repo.
  4. Build Command: npm install | Start Command: npm start.
  5. Deploy and view logs for the pairing code.

  1. Go to Replit.com.
  2. Create a new Node.js Repl by importing this GitHub repo URL.
  3. Click the massive Run button at the top.
  4. Check the console for the pairing code.

Install the Termux app from F-Droid, then run:

pkg update -y && pkg upgrade -y
pkg install -y nodejs-lts git
git clone https://github.com/edu-qariz/Cortana_MD.git
cd Cortana_MD
npm install
npm start

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs git
git clone https://github.com/edu-qariz/Cortana_MD.git
cd Cortana_MD
npm install
npm start

(Tip: Install pm2 with npm install -g pm2 and run pm2 start start.js to keep it running 24/7).


❓ Support