Skip to content

v1.0.0 - First Public Release

Choose a tag to compare

@TheStoicSpirit TheStoicSpirit released this 16 Nov 05:41

πŸŽ‰ Birthday Bot v1.0.0 - First Public Release

Schedule midnight WhatsApp wishes and never miss a birthday again!

✨ What's Included

Core Features

  • ⏰ Midnight Scheduling - Schedule messages for exact 12:00 AM
  • πŸ“¦ Archive System - Auto-archive sent wishes, reschedule for next year
  • πŸ‘₯ Group Management - Organize contacts, schedule bulk messages
  • πŸ” Security - Whitelist-based access control
  • πŸ’Ύ Data Management - JSON storage, backups, restore

Commands (25 total)

  • Wish management: addwish, listwishes, deletewish, archivewish
  • Archives: listarchives, reschedulewish, deletearchivedwish
  • Groups: creategroup, addtogroup, listgroups, and more
  • Admin: start, stop, status, whitelist, backup, restore
  • Utility: help

πŸš€ Installation

git clone https://github.com/TheStoicSpirit/Whatsapp-Wishing-Bot
cd Whatsapp-Wishing-Bot
npm install
cp .env.example .env
# Edit .env with your WhatsApp number
npm start

πŸ“‹ Requirements

  • Node.js 16+
  • WhatsApp account
  • 24/7 hosting (local computer, VPS, or cloud)

πŸ› οΈ Tech Stack

  • @whiskeysockets/baileys 7.0.0-rc.6
  • node-cron
  • Node.js

πŸ“š Documentation

  • Full installation guide in README
  • All commands documented
  • Hosting options explained
  • Contributing guidelines

πŸ“„ License

GNU Affero General Public License v3.0 (AGPL-3.0)

πŸ™ First Release

This is the initial public release after months of personal use and testing. Thank you for trying Birthday Bot!

Full Changelog: https://github.com/TheStoicSpirit/Whatsapp-Wishing-Bot/commits/v1.0.0