BITCOINCHARTS_TRADES_URL = 'http://bitcoincharts.com/t/trades.csv'
The above URL doesn't exist.
Startup with no history has gotten extremely unreliable, so I took a whack at adding a while loop to chunk up the download 1 week at a time instead of grabbing the whole dataset. Unfortunately I don't have time to test it right now, but if anyone wants to try it out, please let me know if it helps.
https://github.com/scryb3/sierrachartfeed
Thanks,
Scrybe
Anyone that wants to help me out in fixing the Syntax errors in Scrybe's patch? I've never programmed in Python before, so I have absolutely no idea what I'm doing right now =P