| Crates.io | attractor |
| lib.rs | attractor |
| version | 0.3.0 |
| created_at | 2022-09-11 19:43:38.312483+00 |
| updated_at | 2022-09-11 20:25:25.084215+00 |
| description | A CLI tool to scrape the web for magnet links |
| homepage | |
| repository | https://github.com/rnestler/attractorr/ |
| max_upload_size | |
| id | 663193 |
| size | 99,796 |
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:
# ArchLinux
$ sudo pacman -S openssl
# Ubuntu
$ 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.