This Python script uses the instaloader
package to download all photos from a specified public Instagram profile.
- Python 3.6 or higher
instaloader
package
-
Install Python: If you don't have Python installed, download and install it from python.org.
-
Install Instaloader: Install the
instaloader
package using pip:pip install instaloader
-
Clone the Repository: Clone this repository or download the script file.
-
Edit the Script: Open the
main.py
file and replace theprofile_name
variable in theif __name__ == "__main__":
section with the Instagram handle of the public profile you want to download photos from. -
Run the Script: Run the script using Python:
python main.py
This project is licensed under the MIT License - see the LICENSE file for details.