https://www.youtube.com/watch?v=xUcghVwVquY
This video show how to Scrap html web page using python
For this, bs4 (Beautiful Soup) and Requests Module are used.
After inputting a post link from the IMDb index, apply to that movie
Get the name, rating value, description and link of the film poster on the Python program.