From 068cc9af4277580a80f636cc5a769e0d553e63b9 Mon Sep 17 00:00:00 2001 From: Lucas Arruda Date: Tue, 16 Sep 2014 21:44:30 -0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9feeef9..cea6c95 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,15 @@ ps-store-crawler ================ A simple script based on CasperJS which craws and purchases FREE games from the PlayStation Store(R) to your account. + +### Usage +```bash +casperjs craw.js --username={username} --password={password} [--psn-plus-member] +``` + +By defaut it craws only [Free To Play](https://store.sonyentertainmentnetwork.com/#!/en-us/free-to-play/cid=STORE-MSF77008-PS3F2PPS3) games. + +Use `--psn-plus-member` option in order to buy also from the [PS Plus Free Games page](https://store.sonyentertainmentnetwork.com/#!/en-us/free-games/cid=STORE-MSF77008-PSPLUSFREEGAMES). + +### Dependencies +* [CasperJS](http://casperjs.org/)