aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-05-06 16:42:25 -0700
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2024-05-06 16:42:25 -0700
commit43f987388a0836e405e285c6168df7df5b3a7b09 (patch)
tree0e7dafbcb423d09c16d82c730f00e8cfe26ecbe6
parentd2e06f817f20d9534798f2fb35f65182514913c5 (diff)
downloadCS172-Project-43f987388a0836e405e285c6168df7df5b3a7b09.tar.gz
CS172-Project-43f987388a0836e405e285c6168df7df5b3a7b09.tar.zst
CS172-Project-43f987388a0836e405e285c6168df7df5b3a7b09.zip
Remove settings from `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