Amazon Web Scrapping - BeautifulSoup & smtplib

Background

This project was done to collect data from amazon website. It contains some techniques such as:

  • Connect to the website using Soup
  • Clean up the data
  • Collect the data
  • Store the data in CSV/Spreedsheet
More Details