This is a simple web scraper that gets all article links off of my website https://bcacciaaudio.com/
- 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
- Python 3.6
- Beautiful Soup 4:
pip install beautifulsoup4
python simpleWebScraper.py