Scrapes Instagram, Facebook, and Twitter of a person's name, and computes their social influence score.
Social Score = (twitter followers + facebook page likes + instagram followers) / (combined users on facebook, twitter, and instagram)
python socialScore.py "name of person to compute score"
This will return a positive score value.