btracker/README.md

1.7 KiB

btracker

Linux Dependencies crates.io

βtracker is a BitTorrent aggregator based on the aquatic-crawler API and Rocket web-framework

Roadmap

  • RSS feeds
  • Torrents listing
    • Basic metainfo
    • Pagination
    • Search filter
    • Results order
  • Torrent details page
    • Files list
    • Background image (from the files asset)
  • Common features
    • Scrape peers/seeders/leechers
      • UDP
      • TCP
    • Download
      • Magnet
      • Torrent

Install

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

Usage

btracker --preload /path/to/aquatic-crawler/preload
  • append RUST_LOG=debug for detailed information output
  • see the project Wiki for more details (including systemd and nginx examples)

Options

btracker --help

Live