starseed

(★ 21)

A lightweight and modular WhatsApp bot built with Baileys, bringing group management, moderation, fun quiz games, and handy tools together in a fast, efficient, and minimal setup.

File Explorer

  • .gitignore
  • app.config.cjs
  • config.js
  • Dockerfile
  • index.js
  • install.sh
  • LICENSE
  • nixpacks.toml
  • package.json
  • README.md
  • socket.js

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pm2

View Details ▼

Process manager for Node.js.
Used for log management, monitoring, and configuring processes.

pm2 start {{app.js}} --name {{application_name}}

Start a process with a name that can be used for later operations:

pm2 list

List processes:

pm2 monit

Monitor all processes:

🔍

powershell

View Details ▼

This command may be mistaken as the cross-platform version of PowerShell (formerly known as PowerShell Core), which uses `pwsh` instead of `powershell`.
The original `powershell` command in Windows is still available to use the legacy Windows version of PowerShell (version 5.1 and below).

tldr pwsh

View the documentation for the command referring to the latest, cross-platform version of PowerShell (version 6 and above):

powershell

Start an interactive shell session:

tldr powershell {{[-p|--platform]}} windows

View the documentation for the command referring to the legacy Windows PowerShell (version 5.1 and below):

🔍

speedtest-cli

View Details ▼

Test internet bandwidth using <https://speedtest.net>.
See also: `speedtest`.

speedtest-cli

Run a speed test:

speedtest-cli --bytes

Run a speed test and display values in bytes, instead of bits:

speedtest-cli --secure

Run a speed test using `HTTPS`, instead of `HTTP`:

# Project Badges

  • Logo Logo
// repository documentation