| Crates.io | aquatic-crawler |
| lib.rs | aquatic-crawler |
| version | 0.1.0 |
| created_at | 2025-06-07 09:45:14.955327+00 |
| updated_at | 2025-06-07 09:45:14.955327+00 |
| description | Crawler tool for the Aquatic BitTorrent tracker API |
| homepage | |
| repository | https://github.com/YGGverse/aquatic-crawler |
| max_upload_size | |
| id | 1703879 |
| size | 85,281 |
Crawler/aggregation tool for the Aquatic BitTorrent tracker API.
[!NOTE] Project in development!
.torrent)
git clone https://github.com/YGGverse/aquatic-crawler.git && cd aquatic-crawlercargo build --releasesudo install target/release/aquatic-crawler /usr/local/bin/aquatic-crawleraquatic-crawler --infohash-source /path/to/info-hash-ipv4.json\
--infohash-source /path/to/info-hash-ipv6.json\
--infohash-source /path/to/another-source.json\
--torrents-path /path/to/storage
Options:
-d, --debug <DEBUG>
Debug level
* `e` - error * `i` - info
[default: ei]
-i, --infohash-source <INFOHASH_SOURCE>
Filepath(s) to the Aquatic tracker info-hash JSON/API (PR#233)
-t, --torrents-path <TORRENTS_PATH>
Directory path to store the `.torrent` files
-s, --sleep <SLEEP>
Crawl loop delay in seconds
[default: 300]
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version