This is a simple ruby script to create (in adjacent list format) graph networks of a given array of steam users. You can also use this script to find the most common friends of a given group of users.
Below are some examples of using this script.
outputCSV(createNetwork(['yigitcan2', 'Boneslark']), 'output.csv');