instagram-scraper-rs

~ Scrapes an instagram user's photos and videos ~

Get started ยท Standard Library ยท Documentation

Developed by @veeso

Current version: 0.1.0 (10/09/2022)

License-MIT Repo stars Downloads counter Latest version Ko-fi

Build CI Coveralls Docs



About instagram-scraper-rs ๐Ÿ“ท

instagram-scraper-rs is a Rust library that scrapes and downloads an instagram user's photos and videos. Use responsibly. It is basically a 1:1 copy of the Python Instagram-scraper cli application.

Features ๐ŸŽ


Get started ๐Ÿ

Add instagram-scraper-rs to your Cargo.toml ๐Ÿฆ€

toml instagram-scraper-rs = "^0.1.0"

Supported features are:

Examples ๐Ÿ”

You can check the example to scrape an instagram account running the example, which is located at examples/scraper.rs:

sh cargo run --example scraper


Documentation ๐Ÿ“š

The developer documentation can be found on Rust Docs at https://docs.rs/instagram-scraper-rs


Support the developer โ˜•

If you like instagram-scraper-rs and you're grateful for the work I've done, please consider a little donation ๐Ÿฅณ

You can make a donation with one of these platforms:

ko-fi PayPal bitcoin litecoin


Contributing and issues ๐Ÿค๐Ÿป

Contributions, bug reports, new features and questions are welcome! ๐Ÿ˜‰ If you have any question or concern, or you want to suggest a new feature, or you want just want to improve instagram-scraper-rs, feel free to open an issue or a PR.

Please follow our contributing guidelines


Changelog โณ

View instagram-scraper-rs's changelog HERE


License ๐Ÿ“ƒ

instagram-scraper-rs is licensed under the MIT license.

You can read the entire license HERE