mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 09:05:30 +00:00
βtracker is a BitTorrent aggregator based on the aquatic-crawler API and Rocket web-framework, written in Rust
https://crates.io/crates/btracker
aggregatoraquaticaquatic-crawlerbittorrentbtrackercatalogjs-lesslibrqbitrocketrustservertorrenttrackeryggtracker
| .github | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
yggtrackerd
Crawler daemon for the yggtracker-redb index, based on the librqbit API
Install
git clone https://github.com/YGGverse/yggtrackerd.git && cd yggtrackerdcargo build --releasesudo install target/release/yggtrackerd /usr/local/bin/yggtrackerd
Usage
yggtrackerd --infohash /path/to/info-hash-ipv6.bin\
--infohash /path/to/another-source.bin\
--tracker udp://host1:port\
--tracker udp://host2:port\
--database /path/to/index.redb\
--preload /path/to/directory
Options
yggtrackerd --help