Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T09:57:53.000Z (9 months ago)
- Last Synced: 2024-10-31T02:22:59.003Z (3 months ago)
- Topics: friend, friends, mutual, mutual-friends, mutuals, py, python, python3, roblox
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# robloxmutualfinder
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/jackssrt/robloxmutualfinder/main)](https://github.com/jackssrt/robloxmutualfinder/commits/main) [![GitHub Repo stars](https://img.shields.io/github/stars/jackssrt/robloxmutualfinder)](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.