Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.