A simple command-line script to download photos, videos and sidecars (album) of an Instagram profile.
- A command-line script that scrapes all photos, videos and sidecars (album) of an Instagram public profile.
- No configuration or password required.
- Python 3.x
- Clone the repo to your computer.
- Install the required packages using
pip3 install -r requirements.txt
- Run the script using the command
python3 instagram.py -u <instagram_username> -p <path_to_download>
- The path parameter is optional. Specify the path if you want to save the media in a specific location. If omitted, it downloads the media to the current working directory.