UNPKG
n26-puppeteer-scraper
Version:
latest (5.1.0)
5.1.0
5.0.0
4.3.0
4.2.1
4.2.0
4.1.0
4.0.1
4.0.0
3.0.0
1.0.2
1.0.0
n26 scraper: a tool to download account informations and transactions archive
n26-puppeteer-scraper
/
cli.js
13 lines
(11 loc)
•
314 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env node
const
debug =
require
(
'debug'
) debug.
enable
(
'n26:bin*'
)
/* eslint-disable no-unused-expressions */
require
(
'yargs'
) .
commandDir
(
'./cli-commands'
) .
demandCommand
() .
help
(
'help'
) .
describe
(
'username'
,
'your login username / email'
) .
describe
(
'password'
,
'your login password'
) .
argv