sensiblecodeio / scraperwiki-python

ScraperWiki Python library for scraping and saving data
https://scraperwiki.com
BSD 2-Clause "Simplified" License
159 stars 69 forks source link

Store a `run_id` in scraperwiki.runlog() database #43

Closed zarino closed 10 years ago

zarino commented 10 years ago

…and return the run_id for parent scripts to use.

(this is particularly useful for having a unique ID by which to refer to runs, or join the _sw_runlog table with another table of metadata)