Crates.io | instagram-scraper-rs |
lib.rs | instagram-scraper-rs |
version | 0.1.0 |
source | src |
created_at | 2022-09-10 11:50:52.316144 |
updated_at | 2022-09-10 11:50:52.316144 |
description | Scrapes an instagram user's photos and videos |
homepage | https://github.com/veeso/instagram-scraper-rs |
repository | https://github.com/veeso/instagram-scraper-rs |
max_upload_size | |
id | 662465 |
size | 93,698 |
~ Scrapes an instagram user's photos and videos ~
Get started ยท Standard Library ยท Documentation
Developed by @veeso
Current version: 0.1.0 (10/09/2022)
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.
instagram-scraper-rs = "^0.1.0"
Supported features are:
no-log
: disable loggingnative-tls
(default): use native-tls for reqwestrustls
: use rustls for reqwest (you must disable default features)You can check the example to scrape an instagram account running the example, which is located at examples/scraper.rs
:
cargo run --example scraper
The developer documentation can be found on Rust Docs at https://docs.rs/instagram-scraper-rs
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:
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
View instagram-scraper-rs's changelog HERE
instagram-scraper-rs is licensed under the MIT license.
You can read the entire license HERE