Last active
July 22, 2026 09:04
-
-
Save AlexandroLuis/7ebeadcec65aa16c69ce420e40f5d826 to your computer and use it in GitHub Desktop.
Instagram Download All Images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Open CMD and paste: | |
| mkdir instagram-downloader && cd instagram-downloader && python -m venv .venv && call .venv\Scripts\activate.bat && python -m pip install --upgrade pip && pip install instaloader browser-cookie3 | |
| and then paste: | |
| python -m instaloader --load-cookies firefox --no-videos --no-captions --no-metadata-json YOUR_USERNAME | |
| simple as that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment