Skip to content

A Nodejs script which checks Yts.re's rss feed for new movies and send push notifications using Parse

License

Notifications You must be signed in to change notification settings

gbaldera/yts-movies-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yts-movies-checker

A Nodejs script which check Yts.re's rss feed for new movies and send push notifications using Parse

Usage

1 - Clone this repository

2 - Modify run.sh and set the env variables listed there. For example:

export SCRIPT_HOME=/path/to/cloned/repository
export PARSE_APP_KEY=your_parse_app_key
export PARSE_JAVASCRIPT_KEY=your_parse_app_javascript_key

3 - Install Node.js: http://nodejs.org/download/

4 - Install MongoDB: http://docs.mongodb.org/manual/installation/

5 - Install the dependencies:

npm install

6 - Set a cron job to run the script at certain time. For example run the script every hour:

0 * * * * /bin/sh /path/to/cloned/repository/run.sh

About

A Nodejs script which checks Yts.re's rss feed for new movies and send push notifications using Parse

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published