Bulk-download your saved Instagram posts to get a digital copy of your multimedia collections.
- Clone this repo
git clone https://github.com/luckyz/ig-saved-downloader.git
- Move to cloned folder
cd ig-saved-downloader/
- Create virtual environment typing
virtualenv venv
and activate it withsource venv/bin/activate
pip3 install -r requirements.txt
- Enter
username
andpassword
credentials at the top ofmain.py
(disable second-factor authentication if enabled) python3 main.py
- Now you have all saved images in
img/
folder
Want to keep this project going? Please donate generously https://www.buymeacoffee.com/luking/instagram-saved-downloader
Disclaimer: This is not affiliated, endorsed or certified by Instagram. This is an independent and unofficial implementation using an an independent and unofficial API. Use at your own risk. I am not responsible for any action taken by Instagram as a result of this tool.