Skip to content

jackssrt/robloxmutualfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robloxmutualfinder

GitHub last commit (branch) GitHub Repo stars

A program written in Python to find mutual friends of Roblox users.

Features

  • Checking mutual friends between more than two users supported
  • Outputs terminal links
  • Styled output

Installation

Prerequisites

  • Relatively recent version of Python installed.

  1. Install dependencies: pip install -r requirements.txt

Usage

python3 main.py <user1> <user2> [...users]

Users can be passed in as either username or userID. Two (2) or more users can be passed in.

or

python3 main.py

The program will ask for two users to check.

Releases

No releases published

Packages

No packages published

Languages