(Go: >> BACK << -|- >> HOME <<)

Skip to content

Tool written in Rust to search for torrents

License

Notifications You must be signed in to change notification settings

balupton/attractorr

 
 

Repository files navigation

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.

About

Tool written in Rust to search for torrents

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Rust 100.0%