TorrentWatcher

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