tget

command module
v0.0.0-...-0125cdf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2016 License: Apache-2.0 Imports: 16 Imported by: 0

README

tget

Build Status Go Report Card

tget is a small CLI that helps you download the torrents of your favorite TV show in one command.

tget is greatly inspired by https://github.com/Hito01/t411-cli

Install

go get -u github.com/zaibon/tget

Configuration

tget uses https://www.betaseries.com/ and http://www.t411.me/ respectively as source of metadata and torrent. Before being able to use tget you need to create a configuration file that old information from these two platforms.

[torrent]
output_dir="ssh://user@host:22/home/user/torrents"
language="vostfr"
[t411]
token="814529:132:9a0bfhu5e7f96f38ef21e0ecde11342f"
[betaseries]
login="user"
password="supersecret"
APIKey="8134c1956b70"
  • torrent
    language: Set your prefered language. You can choose between:

    • anglais
    • français
    • muet
    • multi-fr
    • multi-qb
    • québécois
    • vfstfr
    • vostfr
    • voasta

    output_dir : defined where to store the downloaded torrent. Format supported are:

    • local. /home/user/torrents
    • remote ssh://user@host:22/home/user/torrents
      remote try to use ssh-agent if loaded to access your ssh keys.
  • t411
    token : API token from T411. you can automaticly get it using tget : t411-auth -u user -p password

  • betaseries
    login : optional, only needed if you want to mark torrent as retreived
    password: optional, only needed if you want to mark torrent as retreived
    APIKey: required, you can get one from https://www.betaseries.com/api/

Usage

tget support download of a full show a season or an episode.

To download all the episode of all the season, just specify the title of the show.

tget download --show 'silicon valey'

To download all episodes from a single season, specify the title and the season number

tget download --show 'silicon valey' --season 1

And to download only one episode, specify title, season and episode number.

tget download --show 'silicon valey' --season 1 --episode 5

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL