attractor

Crates.ioattractor
lib.rsattractor
version0.3.0
sourcesrc
created_at2022-09-11 19:43:38.312483
updated_at2022-09-11 20:25:25.084215
descriptionA CLI tool to scrape the web for magnet links
homepage
repositoryhttps://github.com/rnestler/attractorr/
max_upload_size
id663193
size99,796
Raphael Nestler (rnestler)

documentation

README

CircleCI AppVeyor Build Status

Attractorr

Attractorr attracts magnets!

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

Supported Websites

  • 1337x
  • TYS
  • piratebay

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 --git https://github.com/rnestler/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,piratebay test

Alternatives

Here is a list of projects which do similar things:

License

Licensed under either of

at your option.

Commit count: 357

cargo fmt