TorrentWatcher 
Agent to automagically download torrent files to ~/Downloads 💣
Usage
$ go get github.com/caarlos0/twatcher
$ twatcher \
--feed YOUR_TORRENT_FEED_URL \
--name Vikings \
--name "Game of Thrones" \
--filter "1080p.HDTV"
As an OSX daemon
If you want it to run all the time - which makes sense, you can
use add it as an OSX Daemon:
$ cp twatcher.plist{.example,}
# Make your own changes:
$ $EDITOR twatcher.plist
# Make it run!
$ ./update
# Make sure it is running:
$ ps aux | grep twatcher
Install
brew tap caarlos0/formulae
brew install am-i-working