Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 452 Bytes

File metadata and controls

15 lines (11 loc) · 452 Bytes

simpleWebScraper

This is a simple web scraper that gets all article links off of my website https://bcacciaaudio.com/

What does it demonstrate

  • How to use the Beautiful Soup 4 library to scrape a site
  • Writing results to a text file
  • Checking what has already been scraped and then appending the new entry's to the text file

Dependencies

  • Python 3.6
  • Beautiful Soup 4: pip install beautifulsoup4

Usage

python simpleWebScraper.py