aquatic-crawler/README.md
2025-08-04 21:23:55 +03:00

1.6 KiB

aquatic-crawler

Build Dependencies crates.io

SSD-friendly crawler for the Aquatic BitTorrent tracker, based on the librqbit API

Note

  • requires PR#233, see the Wiki for more details
  • compatible with any other --infohash source in hash1hash2... binary format (see also the Online API)

Install

Note

You may want to install some system dependencies

  1. git clone https://github.com/YGGverse/aquatic-crawler.git && cd aquatic-crawler
  2. cargo build --release
  3. sudo install target/release/aquatic-crawler /usr/local/bin/aquatic-crawler

Usage

aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\
                --infohash /path/to/info-hash-ipv6.bin\
                --infohash /path/to/another-source.bin\
                --tracker  udp://host1:port\
                --tracker  udp://host2:port\
                --preload  /path/to/directory
  • append RUST_LOG=debug to debug

Options

aquatic-crawler --help