Skip to content

matthewdargan/mooch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mooch

Mooch downloads and organizes torrents from RSS feeds.

Usage:

mooch [file]

Mooch matches torrent titles with regular expressions and adds them to a Rain client session. Torrents are organized upon completion if destination directories are specified.

The configuration file should either be passed as an argument or exist at $XDG_CONFIG_HOME/mooch/config.json. The configuration should look similar to:

{
  "data_dir": "~/Downloads",
  "feeds": [
    {
      "url": "https://example.com/rss?user=bob",
      "pattern": "Popular Series - (\\d+) \\[1080p\\]\\[HEVC\\]",
      "dst_dir": "~/Media/Popular Series/Season 01"
    },
    {
      "url": "https://another.org/feed?category=fantasy",
      "pattern": "Ongoing Show - S03E(\\d+) \\[720p\\]",
      "dst_dir": "~/Media/Ongoing Show/Season 03"
    }
  ]
}

About

Download and organize torrents from RSS feeds

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published