In this article, we will learn how we can download Instagram posts of a profile using Python Selenium module. Requirements:
- Google Chrome or Firefox
- Chrome driver(For Google Chrome) or Gecko driver(For Mozilla Firefox)
- Selenium package: It is a powerful tool for controlling a web browser through the program. It is functional for all browsers, works on all major OS and its scripts are written in various languages i.e Python, Java, C#, etc. In can installed using the below command:
pip install selenium