misaki
misaki is a fast, asynchronous link checker with optional FlareSolverr support.
This repository contains two crates:
misaki-core: The core library that provides the link-checking functionality.misaki-cli: A command-line interface formisaki-core.
misaki-core
misaki-core is a library for checking the status of URLs asynchronously.
Usage
Add misaki-core to your Cargo.toml:
$ cargo add misaki-core
Here is an example of how to use misaki-core:
use Result;
use StreamExt;
use LinkChecker;
async
misaki-cli
misaki-cli is a command-line tool for checking links.
Installation
You can install misaki-cli from crates.io using cargo:
Alternatively, pre-built binaries for various platforms are available on the GitHub releases page.
Usage
You can pipe a list of URLs to misaki to check them:
|
Or, you can pass a single URL directly as an argument:
With FlareSolverr
To use FlareSolverr, provide the base URL of your FlareSolverr instance using the --flaresolverr flag.
|
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.