RSS downloader for Transmission, written in Node.js.
CHDBits.org only.
暂时应该只支持CHD,因为我只有这个PT站的号... 不过猜想如果用的都是同一套PT站的程序,应该都通用,比如BYR的
这是做什么的?
当你在CHD某个种子页面里,点击「RSS下载」后,这个种子就会被自动添加到你服务器上的transmission里了HOW TO USE:
- Install node, npm, coffee-script (optional).
npm install transmission xml2js
- Copy 'auto.conf.sample.json' to 'auto.conf.json' and edit for your own
- Compile auto.coffee to auto.js (optional)
-
coffee auto.coffee
ornode auto.js
暂时应该只支持CHD,因为我只有这个PT站的号... 不过猜想如果用的都是同一套PT站的程序,应该都通用,比如BYR的
TODO:
- [x] Make it an infinite loop, so you can use it without crontab.
- [x] Use Built-in HTTP request method to fetch RSS feed instead of using cURL.
- [ ] Support other PT sites