Skip to content

hanifssh/redskull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedSkull WhatsApp Bot

RedSkull Logo

A powerful, multi-feature WhatsApp bot built with Baileys. Economy system, games, reactions, AI, downloads, and more — all in one bot.

Stars Forks Issues


Features

  • Economy System — Wallet, bank, orbs, daily rewards, rob, gamble, fish, dig
  • Card Collection — Anime & Pokémon card spawning, catching, trading, battles
  • Games — Tic Tac Toe, Chess (canvas), Word Guess, Truth or Dare
  • Reactions — 27+ anime GIF reactions (kiss, hug, slap, pat, cuddle, etc.)
  • Downloads — YouTube (video/audio), Instagram, Facebook, TikTok
  • AI — GPT chat, image generation
  • Group Management — Tag all, antilink, mute, kick, promote, demote
  • Stickers & QC — Quote sticker maker, image to sticker
  • Honor Board — Rank players by wealth, cards, and training
  • Deploy Guide — Built-in deployment instructions for all platforms

Quick Deploy

Termux Ubuntu Arch Heroku Render Koyeb Docker


Prerequisites


Termux (Android)

termux-wake-lock
pkg update && pkg upgrade -y
pkg install nodejs git ffmpeg python -y
pip install yt-dlp
pkg install chromium -y
git clone https://github.com/hanifssh/redskull.git
cd redskull
npm install
npx playwright install chromium
node index.js

Scan QR code with WhatsApp. For 24/7 uptime:

npm install -g pm2
pm2 start index.js --name redskull
pm2 save

Ubuntu / Debian

sudo apt update && sudo apt upgrade -y
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install nodejs git ffmpeg python3-pip chromium-browser -y
pip3 install yt-dlp
git clone https://github.com/hanifssh/redskull.git
cd redskull
npm install
npx playwright install chromium
node index.js

Arch Linux

sudo pacman -Syu
sudo pacman -S nodejs npm git ffmpeg yt-dlp chromium
git clone https://github.com/hanifssh/redskull.git
cd redskull
npm install
npx playwright install chromium
node index.js

Docker

git clone https://github.com/hanifssh/redskull.git
cd redskull
docker build -t redskull .
docker run -d --name redskull --restart unless-stopped redskull

Heroku

Deploy to Heroku

  1. Click the button above
  2. Set config vars: PREFIX, MODE, OWNERS
  3. Deploy and connect via QR or pairing

Note: Heroku free tier is discontinued. Paid plan or student credits required.


Render

Deploy to Render

  1. Click Deploy to Render
  2. Set environment variables in the dashboard
  3. Use Web Service type with start command: node index.js

Koyeb

Deploy to Koyeb

  1. Click the button and sign in to Koyeb
  2. Configure environment variables
  3. Set run command to node index.js
  4. Deploy

Contributing

Pull requests are welcome. For major changes, open an issue first to discuss what you'd like to change.


Disclaimer

This bot is for educational purposes. Use responsibly. The developer is not responsible for any misuse or account bans.


License

MIT


Made with 🤍 by Hanif

About

A free and open-source, feature-packed, modular WhatsApp bot with AI, media downloads, gacha games, and group management commands.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors