PYTHON SCRIPT TO DOWNLOAD INSTAGRAM POSTS USING INSTAGRAM POST's URL
Web scraping is a computer software technique of extracting information from websites.
Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching,and modifying the parse tree.
The module can be installed using - pip install beautifulsoup4
In the following script, INSTAGRAM SCRAPING is done, to DOWNLOAD THE INSTAGRAM POSTS FROM THE USER-INPUT INSTAGRAM POST URL