til/Applications/Misc/Instaloader.md

695 B

Instaloader

Should install Instaloader with Python venv:

# Activate venv
python3 -m pip install instaloader

Create args.txt, remember to change username with your real username:

--login=username
--sessionfile=./session
--no-video-thumbnails
--no-captions
--no-metadata-json
--fast-update

Download stories:

--stories
--no-posts
--no-profile-pic

Download highlights:

--highlights
--no-posts
--no-profile-pic

Create targets.txt

targetname1
targetname2

Example how to run, remember to rename ??? to your actual filename config:

python3 -m instaloader +args.txt +??? +targets.txt