A Framework to help make your own web scraper
- Python 3
- Beautiful Soup
- Requests
- Take url from user
- Check for more than 1 page for the url
- Take data to be scraped from page (i.e title)
- confirm data is correct
- create script that user can re-use to scrape