Tiger15cub / FortniteShopRotator

An automatic Fortnite Shop Rotator, perfect for any Fortnite OG Private Server!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fortnite Shop Rotator

An automatic Fortnite Shop Rotator, perfect for any Fortnite OG Private Server!

Perfect for Private Server Backends like Lawin / Lawin v2!

👇Item Shop Ingame Example (yes i didnt change the featured time)👇

Pre-Requisite

Download the Dependencies to Launch the Bot here:

NodeJS

Python

Instructions

Cosmetic Dumper

  1. Open the "Cosmetics Dumper" Folder.
  2. Open a cmd at the certain location and run "pip install requests" in a cmd.
  3. Open the dumper.py and adjust the chapter / season you want your Item Shop to choose from.
  4. Once adjusted, run "py dumper.py".
  5. Copy the newly created file called "items.json".

Shop Rotator

  1. Open the "Shop Rotator" Folder.
  2. Paste your copied items.json file in there.
  3. Copy the Shop Rotator folder in your backend directory.
  4. Open a cmd at the certain location and install the dependencies by running "npm i"
  5. Adjust the Shop Rotator output path according to your "catalog_config.json" file / where your regular item shop file is located.
  6. Run the Shop Rotator by:

node app.js (Auto change at 2am / regular Fortnite Item Shop rotation time)

node app.js --now (Change Item Shop now)

Congrats, you successfully set up your Daily Item Shop Rotation!🎉

Enjoy your new Daily Item Shop Rotator and feel free to give this Repository a ⭐

*Frost☃️

About

An automatic Fortnite Shop Rotator, perfect for any Fortnite OG Private Server!


Languages

Language:JavaScript 90.6%Language:Python 9.4%