Skip to content

Instantly share code, notes, and snippets.

@AlexandroLuis
Last active July 22, 2026 09:04
Show Gist options
  • Select an option

  • Save AlexandroLuis/7ebeadcec65aa16c69ce420e40f5d826 to your computer and use it in GitHub Desktop.

Select an option

Save AlexandroLuis/7ebeadcec65aa16c69ce420e40f5d826 to your computer and use it in GitHub Desktop.
Instagram Download All Images
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