/ig-dl

Download your Instagram account pictures

Primary LanguagePythonMIT LicenseMIT

ig-dl

Download your Instagram profile pictures.

Supports posts, stories and highlights.

Images only.

Installation

pip install git+https://github.com/famgz/ig-dl.git

Usage

Run the code:

python -m ig_dl <username>

For private accounts:

  • Get your account cookies from browser console or use some extension tool
  • Save your cookies file to ./src/ig_dl/config folder in either Netscape (txt) or JSON formats.

usage