Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 388 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 388 Bytes

web-scraper

Web URLs scraper built on shell script

This piece of code will collect hyperlinks by scraping them from a given base url. The output will be generated in form of a csv file. Set desired base url in the shell script.

execute crawler.sh file in linux.

All the links will be saved in file links.csv

PS - By default, the script will scrape 'https://medium.com' website