toilanielk / Fortnite-Live-Leaderboard

This project provides a real-time leaderboard for Fortnite eliminations by reading from the game’s log file. It displays players' scores, statuses (alive, killed by a specific player, or rebooted), and updates every 2 seconds on a modern HTML dashboard.
1 stars 1 forks source link
epicgames fortnite fortnitebr game

Fortnite Leaderboard Dashboard

This project provides a real-time leaderboard for Fortnite eliminations by reading from the game’s log file. It displays players' scores, statuses (alive, killed by a specific player, or rebooted), and updates every 2 seconds on a modern HTML dashboard.

alt text

Features

Technologies

Installation

Prerequisites

Install Flask if you haven’t already:

pip install flask

Setup

You can skip steps 1 to 3 and the prerequisites if you believe in my compiled executable for running the server ('server.exe').

  1. Clone the repository or download the code files.

  2. Set up the log file path: The log file path is constructed dynamically based on the user's home directory. Ensure that Fortnite is generating logs at the default location:

    log_file_path = os.path.join(os.path.expanduser("~"), "AppData", "Local", "FortniteGame", "Saved", "Logs", "FortniteGame.log")
  3. Run the server:

    python server.py
  4. Access the Dashboard:

License

This project is open source and available under the MIT License.