NHL.com was chosen do to having the 2011 draft in text format.
The url was run through requests then the website data was then stored and examined using Beutiful Soup package, pulling all the text data.
The text data was then seperated by specifying the div tag. Additionally, the string text data was divided based off of comma position. This allows the seperation of the names from the other text to occur.
The results were then condensed and written to a json file.