Skip to content

Scrape magnet links from popular torrent websites and find torrents with specific keywords. Automatically download the selected torrents with client and display magnets.

License

Notifications You must be signed in to change notification settings

Infraw/pirate-ninja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pirate Ninja Python Version License

Pirate Ninja is a Python-based command-line tool that allows you to search for torrents on PirateBay and books on LibGen.
It provides find and access torrent files from your terminal.

  • Search for torrents on PirateBay.
    • Retrieve torrent details such as name, size, seeders, and leechers.
    • Get torrent magnet links.
  • Search for books on LibGen.
    • Retrive book details such as title, author, year, size, extension.
    • Get Gnutella and DC++ magnet links.

Installation

Before using Pirate Ninja, ensure you have Python 3.x and the required dependencies installed:

pip install -r requirements.txt

Usage

Pirate Ninja provides a command-line interface with the following options:

-p or --piratebay: Search for torrents on PirateBay.
-l or --libgen: Search for books on LibGen

Example Usage

Search for a torrent on PirateBay:

python3 pirate_ninja_cli.py -p "your_query_here"

Search for a book on LibGen:

python3 pirate_ninja_cli.py -l "your_query_here"

Contributing

We welcome contributions to Pirate Ninja! If you'd like to add new features, improve existing code, or fix issues, please feel free to open a pull request.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details.

Disclaimer

Pirate Ninja is intended for educational and research purposes only. Downloading copyrighted material may be illegal in your jurisdiction. Please use this tool responsibly and respect copyright laws.

About

Scrape magnet links from popular torrent websites and find torrents with specific keywords. Automatically download the selected torrents with client and display magnets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages