Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 870 Bytes

File metadata and controls

33 lines (26 loc) · 870 Bytes

Roblox Friend Checker

Features

  • Fetch Roblox user details (name and display name) via the Roblox API.
  • Retrieve the complete friend list of a user with detailed information.
  • Save fetched data to a .txt file.

Prerequisites

Make sure you have the following installed:

  • Python 3.8 or later
  • requests library (pip install requests)

Installation

  1. Clone the repository or download the script:

    git clone https://github.com/Flxne/Roblox-Friend-Checker.git
    cd Roblox-Friend-Checker
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Run the script:

    python main.py
  2. Enter a valid Roblox User ID when prompted.

  3. View the list of friends with their details. Optionally, save the results to a .txt file by following the on-screen instructions.