aboutsummaryrefslogtreecommitdiff
path: root/scraper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scraper.sh')
-rwxr-xr-xscraper.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scraper.sh b/scraper.sh
index 5cd939d..86c1a6b 100755
--- a/scraper.sh
+++ b/scraper.sh
@@ -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