for f in scrapers/*.py; do echo "Processing $f file.."; python $f; if [ "$?" -ne "0" ]; then echo "error"; sleep 2; fi done