### Install Instaloader Source: https://instaloader.github.io/index.html Install Instaloader using pip. This command installs the package and makes the `instaloader` command-line tool available. ```bash $ pip3 install instaloader ``` -------------------------------- ### Basic Command Line Usage Source: https://instaloader.github.io/index.html Download content from specified Instagram profiles using the `instaloader` command-line tool. This is the most basic way to start downloading. ```bash $ instaloader profile [profile ...] ``` -------------------------------- ### Instaloader Command Line Options Source: https://instaloader.github.io/index.html A comprehensive list of command-line options for Instaloader, allowing customization of what to download, login credentials, and update behavior. Use this for fine-grained control over downloads. ```bash instaloader [--comments] [--geotags] [--stories] [--highlights] [--tagged] [--reels] [--igtv] [--login YOUR-USERNAME] [--fast-update] profile | "#hashtag" | %location_id | :stories | :feed | :saved ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.