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 | ||
| templates | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
btracker
β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/seeds
- Download
- Magnet
- Torrent
Install
git clone https://github.com/yggverse/btracker.git && cd btrackercargo build --releasesudo install target/release/btracker /usr/local/bin/btracker
Usage
btracker --storage /path/to/aquatic-crawler/preload
- append
RUST_LOG=debugfor detailed information output
Options
btracker --help