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"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Crawler tool for the Aquatic BitTorrent tracker API"
|
description = "Crawler for Aquatic BitTorrent tracker based on librqbit API"
|
||||||
keywords = ["aquatic", "crawler", "parser", "bittorrent", "magnet"]
|
keywords = ["aquatic", "librqbit", "rqbit", "crawler", "bittorrent"]
|
||||||
categories = ["network-programming"]
|
categories = ["network-programming"]
|
||||||
repository = "https://github.com/YGGverse/aquatic-crawler"
|
repository = "https://github.com/YGGverse/aquatic-crawler"
|
||||||
# homepage = "https://yggverse.github.io"
|
# homepage = "https://yggverse.github.io"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
[](https://deps.rs/repo/github/YGGverse/aquatic-crawler)
|
[](https://deps.rs/repo/github/YGGverse/aquatic-crawler)
|
||||||
[](https://crates.io/crates/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]
|
> [!NOTE]
|
||||||
> Project in development!
|
> Project in development!
|
||||||
|
|
@ -16,7 +16,7 @@ Crawler/aggregation tool for the [Aquatic](https://github.com/greatest-ape/aquat
|
||||||
* [x] local file path
|
* [x] local file path
|
||||||
* [ ] remote URL
|
* [ ] remote URL
|
||||||
* Storage
|
* Storage
|
||||||
* [x] File system (dump as `.torrent`)
|
* [x] File system (dump as `.torrent` + regex files)
|
||||||
* [x] V1
|
* [x] V1
|
||||||
* [ ] V2
|
* [ ] V2
|
||||||
* [ ] [Manticore](https://github.com/manticoresoftware/manticoresearch-rust) full text search
|
* [ ] [Manticore](https://github.com/manticoresoftware/manticoresearch-rust) full text search
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue