Skip to content

Instantly share code, notes, and snippets.

View diveshuttam's full-sized avatar
🤷‍♂️
Wandering

Divesh Uttamchandani diveshuttam

🤷‍♂️
Wandering
View GitHub Profile
@diveshuttam
diveshuttam / just_run_this.sh
Last active January 30, 2019 11:46
Flipkart-GRiD-Teach-The-Machines-2019
#!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