12 releases

0.6.3 Nov 2, 2024
0.6.1 Jan 3, 2024
0.6.0 Oct 19, 2023
0.5.3 Jul 11, 2023
0.4.1 Oct 3, 2022

#156 in Command line utilities

Download history 68/week @ 2024-07-29 122/week @ 2024-08-12 3/week @ 2024-08-19 17/week @ 2024-09-23 15/week @ 2024-10-14 158/week @ 2024-10-28 58/week @ 2024-11-04 7/week @ 2024-11-11

224 downloads per month

MIT/Apache

33KB
500 lines

Attractorr

GitHub Actions Build Status Crates.io Version Crates.io Downloads AUR version

Attractorr attracts magnets!

It is a tool, written in Rust, to search on various websites and APIs for magnet links.

Supported Websites

  • 1337x
  • YTS
  • piratebay
  • torrent-csv

Building

On Linux, make sure to have openssl installed:

# ArchLinux
$ sudo pacman -S openssl
# Ubuntu
$ sudo apt-get install libssl-dev

Then just use cargo to build

$ cargo build

Install

cargo install attractorr

Distro Packages

Arch Linux

On Arch Linux it is available from the AUR. You can use an AUR helper to install:

paru -S attractorr

Usage

Just execute

$ cargo run "search term"

To search for "search term" in all supported sources.

With --search-providers one may limit the sources:

$ cargo run -- --sort seeders --search-providers yts,pirate-bay,torrent-csv test

Alternatives

Here is a list of projects which do similar things:

License

Licensed under either of

at your option.

Dependencies

~13–27MB
~428K SLoC