scrpr

Crates.ioscrpr
lib.rsscrpr
version
sourcesrc
created_at2024-11-24 14:38:16.845677
updated_at2024-11-24 14:38:16.845677
descriptionBasic rust scraper and data selector
homepagehttps://github.com/elcoosp/scrpr
repositoryhttps://github.com/elcoosp/scrpr
max_upload_size
id1459298
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(elcoosp)

documentation

https://github.com/elcoosp/scrpr

README

Crates MSRV Codecov Contributors Forks Stargazers Commit activity Branch action runs Issues License


Logo

Scrpr

Basic rust scraper and data selector
๐Ÿ“– Explore the docs ยป

View Demo ยท Report Bug ยท Request Feature

Table of contents
  1. ๐Ÿ’ก About the project
  2. ๐ŸŽ‰ Getting started
  3. ๐Ÿ“‹ Installation
  4. ๐Ÿ”ง Usage
  5. ๐Ÿš€ Roadmap
  6. ๐Ÿ’ป Contributing
  7. ๐Ÿ“„ License
  8. ๐Ÿ“จ Contact
  9. ๐Ÿ‘ Acknowledgments

๐Ÿ’ก About the project

Product screenshot

Scrape and select

๐ŸŽ‰ Getting started

๐Ÿ“‹ Installation

cargo install scrpr

๐Ÿ”ง Usage

๐Ÿš€ Roadmap

See the open issues for a full list of proposed features (and known issues).

๐Ÿ’ป Contributing

Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout-b feat/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feat/AmazingFeature)
  5. Open a Pull Request

๐Ÿ“„ License

Distributed under the MIT License. See LICENSE.txt for more information.

๐Ÿ“จ Contact

elcoosp - @elcoosp - elcoosp@gmail.com

Project Link: https://github.com/elcoosp/scrpr

๐Ÿ‘ Acknowledgments

Alt

Commit count: 35

cargo fmt