Command line torrent searcher
Project description
# Mariner [![PyPI version](https://badge.fury.io/py/mariner.svg)](https://badge.fury.io/py/mariner) [![Pipeline status](https://gitlab.com/radek-sprta/mariner/badges/master/pipeline.svg)](https://gitlab.com/radek-sprta/mariner/commits/master) [![Coverage report](https://gitlab.com/radek-sprta/mariner/badges/master/coverage.svg)](https://gitlab.com/radek-sprta/mariner/commits/master)
Mariner is a command line torrent searcher. It offers a simple interface for streamlined experience. No more annoying ads and pop-up windows.
It is currently under heavy development, so expect breaking changes. Currently only works in Linux, but any contributions in this regard are welcome.
## Features
Search for torrents on Distrowatch, Linuxtracker, KickAssTorrents, PirateBay and TokyoTosho.
Download torrent files and copy magnet links to clipboard.
Open torrents in your default torrent application.
Show torrent details.
Asynchronous I/O for better responsiveness.
![Mariner demonstration](docs/assets/mariner.gif)
## Installation
Mariner requires Python 3.5 or newer to run.
Python package
You can easily install Mariner using pip. This is the preferred method:
pip3 install mariner
Manual
Alternatively, to get the latest development version, you can clone this repository and then manually install it:
` git clone git@gitlab.com:radek-sprta/mariner.git cd mariner python3 setup.py install `
Docker
There is now also a Docker image available for Mariner, although I haven’t tested it extensively. You can run it with the following command:
docker run [options] registry.gitlab.com/radek-sprta/mariner [arguments]
Snap
You can also try the Mariner snap from snap store. Its in its, however, so do not be surprised by bugs. Install the snap by running:
snap install mariner –edge
## Usage
Mariner supports both interactive and non-interactive modes. To see the list of commands, simply type:
mariner help
In order to start Mariner in interactive mode, run it without any arguments:
mariner
Then search for Ubuntu torrents:
(mariner) search Ubuntu -t linuxtracker
and download the first result on the list:
(mariner) download 0
Alternatively, copy the magnet link to clipboard:
(mariner) magnet 0
Or open it in your torrent application:
(mariner) open 0
And quit the program:
(mariner) quit
For more information, check the [documentation][documentation].
## TODO - Add more trackers for searching - Offer more configuration options
## Contributing For information on how to contribute to the project, please check the [Contributor’s Guide][contributing]
## Disclaimer I do not want anyone to act in conflict with their local laws and I do not endorse any illegal activity. Some content in the search results provided be Mariner might be illegal in your country and it is up to you to check your local laws before using it. Neither I, nor Mariner can be held liable for any action taken against you as the result of using it.
## Contact [mail@radeksprta.eu](mailto:mail@radeksprta.eu)
[incoming+radek-sprta/mariner@gitlab.com](incoming+radek-sprta/mariner@gitlab.com)
## License GNU General Public License v3.0
[contributing]: https://gitlab.com/radek-sprta/mariner/blob/master/CONTRIBUTING.md [documentation]: https://radek-sprta.gitlab.io/mariner
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mariner-1.0.0.tar.gz
.
File metadata
- Download URL: mariner-1.0.0.tar.gz
- Upload date:
- Size: 29.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fb2f4dfa64e83e699ff9b2e21d75bacc36b8e1c321e88d0dea91ccb03ebd6e7 |
|
MD5 | a9609c085f635091c3584832e4bc97fc |
|
BLAKE2b-256 | cb69303e840f8d4ae27e2d064fe6eecb99c905817f9aa8b3a90f21760d36be8a |
File details
Details for the file mariner-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: mariner-1.0.0-py3-none-any.whl
- Upload date:
- Size: 26.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a559604053a86140fd152e845e7dfe6735ed98fbfea549f47d754a57e2f015b |
|
MD5 | 4698dcaccca55b7b2bfd08266f5e17fc |
|
BLAKE2b-256 | 512e906b3018c696a4e299e4ca0f877c7ab924578b7a3d2c4250654aeec0f906 |