Hacker News new | ask | show | jobs
by mpobrien 5325 days ago
A while back I actually built a mobile site for playing Jeopardy (originally conceived as a drinking game based on jeopardy, but that's another story...) part of which was a scraper that pulled data off the fan-sourced site and parsed it out.

Code for parsing, if anyone's interested: https://github.com/mpobrien/jeoparty/blob/master/scrape_mong...

And code for scraping: https://github.com/mpobrien/jeoparty/blob/master/curler.sh