https://github.com/pboymt/rss-torrent-downloader
DMHY RSS Torrent Downloader
https://github.com/pboymt/rss-torrent-downloader
Last synced: 3 months ago
JSON representation
DMHY RSS Torrent Downloader
- Host: GitHub
- URL: https://github.com/pboymt/rss-torrent-downloader
- Owner: pboymt
- Created: 2017-07-05T08:50:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T13:03:55.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T23:40:33.623Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DMHY RSS Torrent Downloader
## How to use?
```bash
$ git clone https://github.com/pboymt/rss-torrent-downloader.git
$ npm install
$ npm run compile
$ npm run catch # Get DMHY RSS and Download Torrents
$ npm run config # Generate a smtpconfig.json file
$ npm run mail # Packaging Torrents File of yesterday to .zip file and send by SMTP.
```## Add to crontab in linux
```
$ crontab -e
``````
*/30 * * * * /usr/local/bin/node /path/to/dir/bin/index
15 0 * * * /usr/local/bin/node /path/to/dir/bin/pack
```