List of mini Web Scraping projects for practice:
- beg_scrape_with_bs4.py -> beginner web scraping to csv file project using bs4 find python developer jobs from Linkedin (on hold due to getting blocked by job boards :P)
- scrape_to_csv.py -> web scraping project that GETs page contents from books.toscrape and writes them to new csv file
- scrape_price_notifier.py -> web scraping project that checks once a day if a price has dropped and, if so, sends an email notification
- scrape_quotes_with_streamlit.py -> scraping quotes.toscrape using Streamlit and producing option to generate csv
- seo_analyzer_with_pybs4.py -> SEO analyzer using python and bs4 and exports to csv
- seo_analyzer_webapp_with_streamlit.py -> web app version of seo_analyzer_with_pybs4.py