Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 316 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 316 Bytes

WebScrapper---Python

Demo on how to scrape a website using Beautiful Soup library

FILES

  • scrapper.py - scrapes info and stores it in a .csv file

  • scrapperCSV - imports urls from the .csv and pull info from the pages derived from the urls

DISCLAIMER

The project was done for educational purposes only.