Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Polished README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikicat committed Aug 4, 2013
1 parent 0aae508 commit 2938b25
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 2938b25

Please sign in to comment.