This repository has been archived on 2020-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
IRProject/scrape.sh

8 lines
272 B
Bash
Executable File

#!/bin/bash
source ./venv/bin/activate.sh
scrapy runspider photo_scraper/spiders/flickr.py -o scraped/flickr.csv
scrapy runspider photo_scraper/spiders/stock123rf.py -o scraped/123rf.csv
scrapy runspider photo_scraper/spiders/shutterstock.py -o scraped/shutterstock.csv