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.
Before using Pirate Ninja, ensure you have Python 3.x and the required dependencies installed:
pip install -r requirements.txt
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
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"
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.
This project is licensed under the GPLv3 License - see the LICENSE file for details.
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.