scraperwiki-python icon indicating copy to clipboard operation
scraperwiki-python copied to clipboard

getting the box's URL from Python code is too hard.

Open drj11 opened this issue 11 years ago • 0 comments

table-xtract-tool has the JavaScript UI put the boxUrl in a settings.json file, just so that the Python code can read it out.

This would be much less error prone (and clearer) if it was just

import scraperwiki
scraperwiki.boxURL

drj11 avatar Jan 15 '14 17:01 drj11