A program written in Python to find mutual friends of Roblox users.
- Checking mutual friends between more than two users supported
- Outputs terminal links
- Styled output
- Relatively recent version of Python installed.
- Install dependencies:
pip install -r requirements.txt
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.pyThe program will ask for two users to check.