A Selenium and BeautifulSoup Web Scraper that parses and generates a database of movie titles, ratings and synopses from the Amazon Prime Video homepage.
A roadmap for this project:
Part 1: Set-up packages for web scraping.
Part 2: Find CSS tags to input into Python code.
Part 3: Write Python code to import packages, prepare variables and define functions.
Part 4: Finish Python code to trigger functions and save data to CSV file.
Part 5: Create a word cloud visualization to analyze differences in synopsis keywords between different groups of ratings.