🤷♂️
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!bin/bash | |
[[ -d "urls" ]] && echo "Urls directory already exists. Please delete it first" && exit 1 | |
python3 urllist.py | |
wget -i urls.txt -P ./urls/ | |
python3 rescalc.py | tee final_results.csv # use this csv to do all kinds of manupliations using excel |