1 unstable release
0.1.0 | Sep 10, 2022 |
---|
#9 in #instagram
Used in 2 crates
53KB
1K
SLoC
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)
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 🎁
- Query profile information
- Collect the user's profile picture
- Collect users' posts
- Collect users' stories
- Totally async
Get started 🏁
Add instagram-scraper-rs to your Cargo.toml 🦀
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)
Examples 🔍
You can check the example to scrape an instagram account running the example, which is located at examples/scraper.rs
:
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:
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
Dependencies
~5–16MB
~245K SLoC