diff options
Diffstat (limited to 'scraper.sh')
-rwxr-xr-x | scraper.sh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -3,11 +3,5 @@ # Install the required packages python3 -m pip install -r requirements.txt -# Set settings -export SCRAPY_MAX_FILE_SIZE_GB="0.5" -export SCRAPY_MAX_CONCURRENT_REQUESTS="8" -export SCRAPY_MAX_REQUESTS_PER_DOMAIN="4" -export SCRAPY_OUTPUT_FILE="computerscience_data.csv" - # Run the scraper python3 scraper.py |