mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
update description
This commit is contained in:
parent
21f405a5ac
commit
953cd8dc63
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
[](https://deps.rs/repo/github/YGGverse/aquatic-crawler)
|
||||
[](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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue