dtele / autotorrent

A CLI tool that finds torrents quickly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoTorrent

AutoTorrent is a command-line tool that scrapes results and their magnets from 1337x search.

image

Installation

Do any of the following:

  • Download latest release from releases
  • Build it yourself:
    1. download compatible chromedriver
    2. pip install pyinstaller
    3. pip install selenium
    4. pyinstaller /path/to/main.py --onefile --add-binary "/path/to/chromedriver.exe;./driver" -n "tdl"

Split Tunnelling can be set-up in VPN settings by including chrome.exe through VPN Tunnel.

Usage

tdl [-h] search_term rows
  • search_term: term to search
  • rows: desired number of results

About

A CLI tool that finds torrents quickly.

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%