This Python script uses Selenium and BeautifulSoup to perform web scraping on IMDb's Top 250 movies or series list. It also allows you to save the file both .json and .csv
-
Python 3.x
-
Installing required libraries:
pip install beautifulsoup4 selenium