Skip to content

caarlos0-graveyard/twatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TorrentWatcher Build Status Powered By: GoReleaser SayThanks.io

Automagically download torrent files to ~/Downloads 💣

Install

brew install caarlos0/tap/twatcher

Usage

$ twatcher \
  --feed YOUR_TORRENT_FEED_URL \
  --name Vikings \
  --name "Game of Thrones" \
  --filter "1080p.HDTV"

crontab

You can make it run every X minutes by putting it on your crontab.

0/10 * * * * /usr/local/bin/twatcher --feed YOUR_TORRENT_FEED_URL --filter "1080p.HDTV" --name Vikings --name "Game of Thrones" > ~/Library/Logs/twatcher.log 2>&1