From 2938b250db76a5edb6c4c898b115315c2ea8dc78 Mon Sep 17 00:00:00 2001 From: Nikolay Bryskin Date: Mon, 5 Aug 2013 02:18:33 +0400 Subject: [PATCH] Polished README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84ab463..44283d7 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,18 @@ Requirements: - [yad](http://code.google.com/p/yad/) (for manual captcha decoding) Installation (for ArchLinux): + yaourt -S yad casperjs git clone https://github.com/nikicat/fetchraif.git Usage: - ./fetchraif.js --captcha-decoder=manual --raif-login=YOUR_RCONNECT_LOGIN --raif-password=YOUR_RCONNECT_PASSWORD -As a result there will be several statement.*.csv files, one for each card and one for each account. -In case of any problems debug output could be enabled by this options + ./fetchraif.js --captcha-decoder=[manual|deathby] \ + --raif-login=RCONNECT_LOGIN --raif-password=RCONNECT_PASSWORD \ + [--deathby-login=DEATHBY_LOGIN --deathby-password=DEATHBY_PASS] +As a result there will be several `statement.*.csv` files, one for each card and one for each account. + +In case of any problems debug output could be enabled using these options + casperjs --direct --log-level=debug ./fetchraif.js ... For more info see [casperjs docs](http://docs.casperjs.org)