Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #93

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Google Play Crawler JAVA API

google-play-crawler is simply for searching android applications on GooglePlay, and also downloading them.

Now you can dowload applications with single click from web to your desktop.
Now you can download applications with single click from web to your desktop.

It also has checkin ability to generate ANDROID-ID for you.
It also has a checkin ability to generate ANDROID-ID for you.

While doing checkin with your account, it uses Galaxy S3 properties. So only Galaxy S3 compatible applications will be retrieved.
If you try to download incompatible application for Galaxy S3, you will get an exception like this :
If you try to download incompatible application for Galaxy S3, you will get an exception like this:
```java
"The item you were attempting to purchase could not be found."
```
Expand Down Expand Up @@ -37,7 +37,7 @@ sudo apt-get install protobuf-compiler libprotobuf-java
```

Install SBT:
http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html
http://www.scala-sbt.org/release/docs/Setup.html

To build:
```
Expand Down