An Instagram scraping library and CLI app written in Rust.
To run the CLI app:
cargo run --bin instagram-scraper -- [FLAGS] [OPTIONS] <USERNAME>
The app currently supports the following:
- Print user's profile information with
-p
. - Download latest images with
-i
. Use-o <DIRECTORY>
to set output directory.
Distributed under the BSD-2-Clause license. See LICENSE for details.