Skip to content

unknownrex/RexBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 RexBot

RexBot is a simple Node.js WhatsApp bot built with whatsapp-web.js.


✨ Features

  • 💟 Convert images, videos, or GIFs into stickers
  • 🖼️ Convert stickers into image format
  • 👥 Show detailed group information
  • 📷 Fetch profile pictures of mentioned users
  • 📊 View system status (CPU, RAM, uptime, etc.)
  • 🏓 Ping bot latency
  • 🎲 Roll a dice

🚀 Getting Started

Installation

git clone https://github.com/unknownrex/RexBot.git

cd RexBot

npm install

node index.js

⚙️ Configuration

Edit the config.json file to configure the bot:

{
  "botname": "RexBot",         // Bot name
  "author": "unknownrex",      // Bot author/owner
  "prefix": ".",               // Bot command prefix
  "timezone": "Asia/Jakarta",  // Bot timezone
  "allowgroupchat": true,      // Allow bot in group chats
  "log": true                  // Show bot logs
}

Made with ❤️ by Rex.

About

RexBot is a simple Node.js WhatsApp bot.

Topics

Resources

Stars

Watchers

Forks