Skip to content

An altered version of instagram-scraper-rs designed to work with repost_rusty

License

Notifications You must be signed in to change notification settings

gramistella/instagram-scraper-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram-scraper-rs

~ Scrapes an instagram user's photos and videos ~

Get started · Standard Library · Documentation

Developed by @veeso

Altered by @gramistella

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

--- Added features (by @gramistella)

  • Updated all crates to latest version
  • Retrieve reel url from shortcode
  • Added cookiestore for session persistence
  • Added a few error types for the new functions
  • Upload reel with url
  • Probably some other things that I don't quite remember

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


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

About

An altered version of instagram-scraper-rs designed to work with repost_rusty

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages