[UNMAINTAINED] scrapes nyaa.se rss feeds with regex and timestamps
Go to file
Connor Olding dc1988adda serious optimization
moral of today's commit is:
don't fork grep for each line of a 5000-line file.
this reduces run time (in my case) from 20 minutes to 15 seconds.
2014-10-07 20:06:07 -07:00
config.sh allow out of source configs 2013-05-26 11:09:39 -07:00
meow.sh serious optimization 2014-10-07 20:06:07 -07:00
README.md reword readme 2013-07-09 17:30:29 -07:00
run better error handling 2014-03-15 14:32:44 -07:00
scrape.awk split searching from filtering, log searches 2014-03-15 11:56:56 -07:00
splittags.awk 4-space indentation 2014-03-15 08:46:42 -07:00

meow.sh

Scrapes the title, torrent link, and timestamp for every new release matching user-defined regular expressions. Optionally sends them to a local instance of transmission-remote.

Usage

Define regexes in config.sh and execute ../path/to/meow.sh/run. You may wish to redirect or silence stdout when running as a cron job.

License

These scripts are hardly unique so I'm not signing my name on them and I'm not applying any license. Just pretend they're under the WTFPL if you really want to.