Added Private scraper. Added Vixen scraper to repository.

This commit is contained in:
2019-04-04 04:00:28 +02:00
parent 439d3225ec
commit b3beeef3e4
14 changed files with 545 additions and 90 deletions

View File

@@ -4,6 +4,16 @@ const yargs = require('yargs');
const { argv } = yargs
.command('npm start')
.option('networks', {
describe: 'Networks to include (overrides config)',
type: 'array',
alias: 'network',
})
.option('sites', {
describe: 'Sites to include (overrides config)',
type: 'array',
alias: 'site',
})
.option('render', {
describe: 'Fetch data without rendering interface',
type: 'boolean',