This project uses web scraping techniques to collect data from a website called - justwatch.com The data collected is used for analysis and further processing.
Installation
Before running the code, make sure you have installed the following Python packages:
Requests
BeautifulSoup
Pandas
You can install these packages using pip:
pip install requests beautifulsoup4 pandas
from selenium import webdriver