Skip to content

A Python script to fetch user and friend information from Roblox using the official APIs. Features include displaying, saving, and managing friend data efficiently and easily.

License

Notifications You must be signed in to change notification settings

Flxne/Roblox-Friend-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Python script to fetch user and friend information from Roblox using the official APIs. Features include displaying, saving, and managing friend data efficiently and easily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages