instagram-scraper-rs

Crates.ioinstagram-scraper-rs
lib.rsinstagram-scraper-rs
version0.1.0
sourcesrc
created_at2022-09-10 11:50:52.316144
updated_at2022-09-10 11:50:52.316144
descriptionScrapes an instagram user's photos and videos
homepagehttps://github.com/veeso/instagram-scraper-rs
repositoryhttps://github.com/veeso/instagram-scraper-rs
max_upload_size
id662465
size93,698
Christian Visintin (veeso)

documentation

https://docs.rs/instagram-scraper-rs

README

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 ๐ŸŽ

  • 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 logging
  • native-tls (default): use native-tls for reqwest
  • rustls: 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:

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

Commit count: 11

cargo fmt