Attractorr attracts magnets!
It is a tool, written in Rust, to search on various websites and APIs for magnet links.
On Linux, make sure to have openssl installed:
```Bash
$ sudo pacman -S openssl
$ sudo apt-get install libssl-dev ```
Then just use cargo to build
$ cargo build
cargo install --git https://github.com/rnestler/attractorr
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,piratebay test
Here is a list of projects which do similar things:
Licensed under either of
at your option.