Skip to content

Instantly share code, notes, and snippets.

@jonwaller
Last active August 29, 2015 13:57
Show Gist options
  • Save jonwaller/9889268 to your computer and use it in GitHub Desktop.
Save jonwaller/9889268 to your computer and use it in GitHub Desktop.
speedrank-scanner / speedrank-ranker
speedrank-scanner
*****************
Runs twice a day.
Uses URLs from list.txt
Run:
git clone <repo>
npm install
node index.js
Run with cron:
crontab -e
Add new 12 hour item to cron, with command: nohup node /home/username/speedrank-scanner/index.js &
speedrank-ranker
****************
Runs when a new ranking is needed (once a week?)
Uses results files from ../speedrank-scanner/results-[daterange].csv
Default: Use results files from last 5 days. This can be edited from the code.
Run:
git clone <repo>
npm install
node index.js
Run with cron:
crontab -e
Add new weekly item to cron, with command: nohup node /home/username/speedrank-ranker/index.js &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment