An open API service indexing awesome lists of open source software.

https://github.com/nickoehler/1337x

Cli utility for fetching and downloading torrents from 1337x.to on your default torrent client.
https://github.com/nickoehler/1337x

1337x python search torrent

Last synced: 3 months ago
JSON representation

Cli utility for fetching and downloading torrents from 1337x.to on your default torrent client.

Awesome Lists containing this project

README

        

# 1337x.py

![](https://i.imgur.com/uLFHgv3.gif)

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)

## Installation

Install the module using pip:

```sh
python -m pip install git+https://github.com/NicKoehler/1337x
```

## Usage

Base search.

```sh
python -m 1337x "title with spaces"
```

See the help for sorting and search using categories.

```sh
python -m 1337x -h
```

When you are asked to choose the torrent, enter __one or more numbers__ divided by __spaces__ and press __Enter__ to confirm.

If the search presents pages, just enter __n__ or __next__ to go in the next page, __p__ or __prev__ to go in the previous page.

## License

This project is licensed under the MIT license, see the LICENSE file for more information.

## Contributing

Contributions are welcome! Please open an issue or pull request.