README.md
Takes a screenName as input and returns an array of TwitterProfile as output.
TwitterProfile has the following: handle, name, description, image_small, image_large, followers, friends, favorites.
At the moment the algorithm is not setup to complain about Twitter rate limit, so you might get a weird/unfriendly exception if that happens.