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.
- Host: GitHub
- URL: https://github.com/nickoehler/1337x
- Owner: NicKoehler
- License: mit
- Created: 2021-08-18T20:03:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T19:56:31.000Z (over 2 years ago)
- Last Synced: 2023-03-15T18:31:16.034Z (about 2 years ago)
- Topics: 1337x, python, search, torrent
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 1337x.py

## 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.