Not strictly media related, and I didn't really feel like starting an "I'm a dumbass" thread, but I think I got my IP banned from Natural Stat Trick.
I was trying to research my theory on how much Matthews defensive prowess contributes to wins by looking at his advanced stats and compare them between wins and loses. The challenge there is that Natural Stat Trick doesn't have an easy way to produce data for individual games. You would have to enter each date manually and get the data.
I figured I could do it quicker if I just wrote a python script to scrape the data from the site. I pull the schedule from the NHL site, parse it, get the win and loses, and then grab the dates for each of those games. I then try and pull the data from Natural Stat Trick using a per date query for the Leafs. It worked once, and I was really excited.
However, since my first run, I can no longer access Natural Stat Trick from my IP address. I can access it from my phone if I am on cell, but not if I am on my wireless. This is why I think my IP has been banned. Either that or the Python module is holding something open, but that wouldn't be network wide.
Next step, IP cycling on my router
.