Hacker News new | ask | show | jobs
by hecticjeff 4165 days ago
You can redirect the output of the script to a json file, so in this case something like:

$ ruby scraper.rb > showings.json

1 comments

Perfect, thank you