aboutsummaryrefslogtreecommitdiffstats
path: root/run-scraper
blob: 1f9637b711599c35b36ded8e9cc7b07af7b04341 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# Run scraperwiki scrapers with a fake scraperwiki library, to allow
# the scrapers to be tested locally.

file=$1
export PYTHONPATH=`pwd`/testlib

python $file