Skip to content

neoxr/neoxr-bot

Repository files navigation

NEOXR-BOT 5.0 (BASE)

A simple and lightweight WhatsApp bot script built for fast implementation. Its primary functions include downloading content from social media, basic group management features, and other essential utility operations directly through WhatsApp.

Forks Stars License NPM Downloads Issues

⌗ PREMIUM SCRIPT V5.1-OPTIMA

🏷️ Price : Rp. 150.000 / $20.80

Special Features & Benefit :

  • Auto Download
  • Chatbot + Logic (Supp. Audio, Image, Video, etc)
  • 30+ Mini Games
  • RPG (Tournament, Battle Pet, Clan, etc)
  • Leveling & Roles
  • Captcha Verification
  • Email Verification
  • Send Email
  • Cloud Storage
  • Menfess w/ Session
  • Store Plugin (Product)
  • Bot Hosting (Jadibot Auto Reconnect)
  • Mistery Box
  • Scheduler Message (Reminder)
  • Scheduler Ad Message
  • Plugin Model (ESM)
  • 700+ Commands Available
  • Clean Code
  • High Optimation
  • Free Updates
  • Bonus ApiKey 100K Request (for 1 year)

Note

Product link for more information and if you want to buy https://shop.neoxr.eu/product/TCnb / Wildan Izzuin / Channel

⌗ REQUIREMENTS

  • NodeJS >= 20 (Recommended v20.18.1)
  • FFMPEG
  • Server vCPU/RAM 1/1GB (Min)

⌗ SERVER

⌗ CLOUD DATABASE

Important

Database setup tutorial, choose based on language : ID | EN

⌗ CONFIGURATION

Configuration of this script consists of two files: config.json and .env.

{
   "owner": "6285xxxxxxxx",
   "owner_name": "Wildan Izzudin",
   "database": "data",
   "limit": 15, // Usage limit (default: 15)
   "ram_limit": "900mb",
   "max_upload": 50, // File size limit for premium users (default: 50mb)
   "max_upload_free": 25, // File size limit for free users (default: 25mb)
   "cooldown": 3, // Anti-spam hold (default: 3s)
   "timer": 180000,
   "timeout": 1800000,
   "permanent_threshold": 3,
   "notify_threshold": 4,
   "banned_threshold": 5,
   "blocks": ["994", "91", "92"],
   "evaluate_chars":  ["=>", "~>", "<", ">", "$"],
   "pairing": {
      "state": true,  // Set to "true" if you want to use the pairing code dan "false" to use scan qr
      "number": 6285xxxxxxxx, // Your bot number
      "code": "NEOXRBOT" // Custom pairing code
   }
}
### Neoxr API : https://api.neoxr.my.id
API_KEY = ''

### Database (Mongo, PostgreSQL, MySQL) — leave empty for local (JSON)
DATABASE_URL = ''

### Timezone (Important)
TZ = 'Asia/Jakarta'

⌗ INSTALATION & RUN

Make sure the configuration and server meet the requirements so that there are no problems during installation or when this bot is running, type this on your console (linux) :

$ bash install.sh

to run in it, type this :

$ pm2 start pm2.config.cjs && pm2 logs neoxr

Note

I don't know how to use Windows bacause I'm Linux user, so I didn't create files for installation on Windows :v

INSTALATION & RUN (DOCKER)

$ sudo apt update -y && sudo apt install curl -y
$ curl -fsSL https://get.docker.com | bash
$ git clone https://github.com/neoxr/neoxr-bot
$ cd neoxr-bot
$ docker build -t bot .
$ docker run -d --name neoxr bot && docker logs -f neoxr

How to stop ?

$ docker stop neoxr

Important

Check this repository regularly to get updates because the progress base is not 100% yet (this is just a base or beta test), if you find an error please make an issue. Thanks.

About

Baileys WhatsApp Bot

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages