https://github.com/jackssrt/robloxmutualfinder
Python program to find mutual friends of Roblox users.
https://github.com/jackssrt/robloxmutualfinder
friend friends mutual mutual-friends mutuals py python python3 roblox
Last synced: about 1 year ago
JSON representation
Python program to find mutual friends of Roblox users.
- Host: GitHub
- URL: https://github.com/jackssrt/robloxmutualfinder
- Owner: jackssrt
- Created: 2024-03-13T17:51:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T09:57:53.000Z (about 2 years ago)
- Last Synced: 2025-02-10T21:36:31.069Z (over 1 year ago)
- Topics: friend, friends, mutual, mutual-friends, mutuals, py, python, python3, roblox
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# robloxmutualfinder
[](https://github.com/jackssrt/robloxmutualfinder/commits/main) [](https://github.com/jackssrt/robloxmutualfinder/stargazers)
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
```cmd
python3 main.py [...users]
```
Users can be passed in as either username or userID. Two (2) or more users can be passed in.
or
```cmd
python3 main.py
```
The program will ask for two users to check.