scrapinghub / python-scrapinghub

A client interface for Scrapinghub's API
https://python-scrapinghub.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
202 stars 63 forks source link

Add nodata example to collections #129

Closed manycoding closed 5 years ago

manycoding commented 5 years ago

For me it seems the most useful example. In particular, if we want to parallelize collections download we can first fetch all keys then split on batches. I would also like to add nodata to both items and collectionsiter(), but I don't know how to do it.

manycoding commented 5 years ago

Closes #124

vshlapakov commented 5 years ago

Thanks @manycoding :+1: