Skip to content

adria-stef/TvShowDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Go Report Card GoDoc MIT License

TvShowDownloader 👑

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

🎊 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>

About

TvShowDownloader downloads all your favourite shows automatically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published