Skip to content

justpiple/whatsapp-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp Bot

WhatsApp Automation implementation using @whiskeysockets/baileys with Bun

Requirements

  • Bun >= 1.0
  • WhatsApp Account

Installation

bun install

Usage

Start with QR Login:

bun start

Start with Pairing Code:

bun start --use-pairing-code

Start with Session name:

bun start --session=mysession

Project Structure

├── src/
│   ├── utils/
│   │   ├── atomics.ts    # Session utils
│   │   ├── message.ts    # Message utils
│   ├── index.ts          # Entry point
├── sessions/             # Auth sessions
└── wa-logs.txt           # Logs

About

A lightweight repository for automating WhatsApp messaging.

Resources

Stars

Watchers

Forks