Skip to content

Instantly share code, notes, and snippets.

View nickik's full-sized avatar

Nick Zbinden nickik

View GitHub Profile
(ns scraper
(:use [clojure.contrib.duck-streams :only [spit]]
[clojure.contrib.seq-utils :only [partition-all]])
(:import (java.net URL)
(java.io BufferedReader InputStreamReader FileReader)))
(def num-threads 20)
(defn scrape [url]
(try