diff --git a/Cargo.toml b/Cargo.toml index 0107a07..75ce413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.2.0" edition = "2024" license = "MIT" readme = "README.md" -description = "Crawler tool for the Aquatic BitTorrent tracker API" -keywords = ["aquatic", "crawler", "parser", "bittorrent", "magnet"] +description = "Crawler for Aquatic BitTorrent tracker based on librqbit API" +keywords = ["aquatic", "librqbit", "rqbit", "crawler", "bittorrent"] categories = ["network-programming"] repository = "https://github.com/YGGverse/aquatic-crawler" # homepage = "https://yggverse.github.io" diff --git a/README.md b/README.md index 0ef10e4..1883426 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Dependencies](https://deps.rs/repo/github/YGGverse/aquatic-crawler/status.svg)](https://deps.rs/repo/github/YGGverse/aquatic-crawler) [![crates.io](https://img.shields.io/crates/v/aquatic-crawler.svg)](https://crates.io/crates/aquatic-crawler) -Crawler/aggregation tool for the [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracker API. +Crawler for [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracker based on [librqbit](https://github.com/ikatson/rqbit/tree/main/crates/librqbit) API. > [!NOTE] > Project in development! @@ -16,7 +16,7 @@ Crawler/aggregation tool for the [Aquatic](https://github.com/greatest-ape/aquat * [x] local file path * [ ] remote URL * Storage - * [x] File system (dump as `.torrent`) + * [x] File system (dump as `.torrent` + regex files) * [x] V1 * [ ] V2 * [ ] [Manticore](https://github.com/manticoresoftware/manticoresearch-rust) full text search