PycURL is a Python interface to libcurl.
I want to get many pages from a website, like curl "http://farmsubsidy.org/DE/browse?page=[0000-3603]" -o "de.#1" …
I am writing a Python script using pycurl to consume Twitter's Sreaming API. Here's a short snippet that does exactly …