This is a Web scraping application which scraps key features from Top250 movie on IMDB website.
Here, in this application we have used Python3, BeautifulSoup, Sqlite3 to extract all the data off the site to store it in two differnt forms.
1> CSV format.
2> SQL database.
1> bs4
2> lxml
3> requests
4> csv
5> pandas as pd
6> sqlite3
The project folder contains the application notebook and python file.
The name of the database is given with the schemas of the database:
1>Movie Name.
2>Release Year.
3>Actors.
4>Directors.
5>Link for the review page.