11
1
E.g., if I wanted to create a cron script that would grab the latest spot price every hour and store it in a local file or database, what would be the place to "scrape" that information from?
(Actually writing the script is not the problem, in my case.)
FYI, I ended up using the API of BitcoinCharts.com to do this. The Mt Gox API may have worked just as well in my case, but for whatever reason, I was having an issue with my (Python) script that attempted to poll mtgox.com -- it would hang upon making the HTTPS request.
– Chris W. – 2011-10-31T14:18:55.220