mirror of
https://github.com/larruda/ps-store-crawler.git
synced 2025-08-14 10:37:02 -07:00
Update README.md
This commit is contained in:
parent
61815c22b2
commit
068cc9af42
1 changed files with 12 additions and 0 deletions
12
README.md
12
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/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue