Tvshowdownloader

Project for GO course

Download .zip Download .tar.gz View on GitHub

TvShowDownloader :crown:

Build Status Coverage Status Go Report Card GoDoc MIT License

:tv: TvShowDownloader is a tool you can use to automatically download all your favorite Tv Shows.

:confetti_ball: All you need to do is configure a path you want you files to appear in and make a list of all your shows.

Prerequsites

  1. You need an Internet connection.
  2. You need to download and install the ctorrent tool.

Get the Project

Run go get github.com/adria-stef/TvShowDownloader

How to use?

Configure the application

Populate the files/list.yml file. Add a downloading path and a list of all tv shows.

An example file would like this:

---
download_path: some/path/to/file
list:
  - New Girl
  - Stuck in the Middle
  - NCIS New Orleans
  - Colony
  - Portlandia
  - Impractical Jokers

Run it!

Simply run the following command in the root of the repository:

go run main.go

If you want to specify the exact period of time that the checks are performed you can use the minutes parameter:

go run main.go minutes <number>