#bittorrent #magnet #magnet-links

app attractorr

A CLI tool to scrape the web for magnet links

13 releases

Uses new Rust 2024

0.7.0 Oct 3, 2025
0.6.3 Nov 2, 2024
0.6.2 Aug 15, 2024
0.6.1 Jan 3, 2024
0.4.1 Oct 3, 2022

#145 in Command line utilities

Download history 1/week @ 2025-07-17 1/week @ 2025-07-24 9/week @ 2025-08-21 6/week @ 2025-08-28 159/week @ 2025-10-02 19/week @ 2025-10-09 10/week @ 2025-10-16 6/week @ 2025-10-23

194 downloads per month

MIT/Apache

37KB
509 lines

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.

Dependencies

~12–31MB
~430K SLoC