Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 355 Bytes

File metadata and controls

10 lines (7 loc) · 355 Bytes

SimpleWebScraper

This is a simple application that scrapes websites. Written in Python 3.

To scrape a website, pass it as an argument and optionally pass also the name of the file you want the results to be saved as a second argument.

Example 1. WebScraper.py address_of_the_website

Example 2. WebScraper.py address_of_the_website save_contents_here