{"id":18342057,"url":"https://github.com/vikstrous/pirate-get","last_synced_at":"2025-04-04T12:06:29.896Z","repository":{"id":52421439,"uuid":"6718158","full_name":"vikstrous/pirate-get","owner":"vikstrous","description":"A command line interface for The Pirate Bay","archived":false,"fork":false,"pushed_at":"2022-03-15T16:47:05.000Z","size":356,"stargazers_count":339,"open_issues_count":13,"forks_count":54,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-03-28T11:06:38.448Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vikstrous.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-16T07:51:50.000Z","updated_at":"2025-03-10T18:23:22.000Z","dependencies_parsed_at":"2022-08-29T08:31:55.471Z","dependency_job_id":null,"html_url":"https://github.com/vikstrous/pirate-get","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikstrous%2Fpirate-get","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikstrous%2Fpirate-get/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikstrous%2Fpirate-get/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikstrous%2Fpirate-get/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikstrous","download_url":"https://codeload.github.com/vikstrous/pirate-get/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247174407,"owners_count":20896076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T20:29:23.816Z","updated_at":"2025-04-04T12:06:29.872Z","avatar_url":"https://github.com/vikstrous.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# pirate-get\n[![Circle CI](https://img.shields.io/circleci/project/vikstrous/pirate-get/master.svg)](https://circleci.com/gh/vikstrous/pirate-get/tree/master) [![Coverage Status](https://img.shields.io/coveralls/vikstrous/pirate-get/master.svg)](https://coveralls.io/github/vikstrous/pirate-get?branch=master) [![Code Climate](https://img.shields.io/codeclimate/github/vikstrous/pirate-get.svg)](https://codeclimate.com/github/vikstrous/pirate-get) [![Codacy Badge](https://api.codacy.com/project/badge/8e5fc16afd23496dbcf74db710d1ef2c)](https://www.codacy.com/app/me_29/pirate-get) [![Gemnasium](https://img.shields.io/gemnasium/vikstrous/pirate-get.svg)](https://gemnasium.com/vikstrous/pirate-get)  [![License](https://img.shields.io/pypi/l/pirate-get.svg)](https://raw.githubusercontent.com/vikstrous/pirate-get/master/LICENSE) [![Version](https://img.shields.io/pypi/v/pirate-get.svg)](https://pypi.python.org/pypi/pirate-get/) [![Downloads](https://img.shields.io/pypi/dm/pirate-get.svg)](https://pypi.python.org/pypi/pirate-get/)\n\npirate-get is a convenient command line tool (inspired by APT) to speed up your trip to the Pirate Bay and get your completely legal torrents more quickly.\n\n## Installation\nMake sure you have python 3.4 and pip installed. On Ubuntu 14.04 you may also need to install the libxslt1-dev and libxml2-dev packages.\n\nRun `pip3 install pirate-get`\n\n## Usage\n\nTo search use `pirate-get [search term]`.\n\nSee `pirate-get -h` for more options.\n\nWatch [this](http://showterm.io/d6f7a0c2a5de1da9ea317) for an example usage.\n\n\n## Configuration file\nYou can use a file to override pirate-get's default settings.\nDefault is `$XDG_CONFIG_HOME/pirate-get`.\nIf it does not exist then `$HOME/.config/pirate-get`.\n\n### Default config file\nHere the available options and their behaviors are when unset:\n\n```INI\n[Save]\n; directory where to save files\ndirectory = $PWD\n\n; save each selected magnet link in a .magnet file\nmagnets = false\n\n; save each selected torrent in a .torrent file\ntorrents = false\n\n[LocalDB]\n; use a local copy of the csv formatted pirate bay database\nenabled = false\n\n; path of the database\npath = ~/downloads/pirate-get/db\n\n[Search]\n; maximum number of results to show\ntotal-results = 50\n\n[Misc]\n; specify a custom command for opening the magnet\n; ex. myprogram --open %s\n; %s represent the magnet uri\nopenCommand =\n\n; open magnets with transmission-remote client\ntransmission = false\n; set to username:password if needed\ntransmission-auth =\n; set to the port number if needed\ntransmission-port =\n\n; use colored output\ncolors = true\n\n; the pirate bay mirror(s) to use:\n; one or more space separated URLs\nmirror = http://thepiratebay.org\n```\n\nNote:\nAny command line option will override its respective setting in the config file.\n\n\n## Local Database\nIf you want to use a local copy of the Pirate Bay database download a copy here (or wherever the latest version is currently):\n\nhttps://thepiratebay.org/static/dump/csv/\n\n## License\npirate-get is licensed under the GNU Affero General Public License version 3 or later.\nSee the accompanying file LICENSE or http://www.gnu.org/licenses/agpl.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikstrous%2Fpirate-get","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikstrous%2Fpirate-get","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikstrous%2Fpirate-get/lists"}