Skip to content

rnestler/attractorr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tool written in Rust to search for torrents

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages