Implemented app detail feature
- App Detail
Improved app detail feature
- Removed unnecessary fields.
- scoreText : because 'score' is more accurate. ex) scoreText: '4.7', score: 4.73642
- priceText : because 'price' is more meaningful. ex) priceText: '$3.49', price: 3.49
- Applied post processing to complex data to provide meaningful data.
- Added
recentChangesHTML
field : original data of html unescaped 'recentChanges' field. - Added
summaryHTML
field : original data of html unescapedsummary
field.
Increased stability - app detail feature
- By defining default values for each crawled element, crashes in the crawling process are significantly reduced.
- Therefore, no crash occurs even for a DOM that has no contents at all.
- It makes it possible to produce more realistic crawl results.
- Special Thanks to DestroyLee
Responded to data structure changes in google play
- The comment information, which occupied
ds:15
, moved tods:16
. - The review information, which occupied
ds:7
, moved tods:6
.
Responded to data structure changes in google play
- The comment information, which occupied
ds:16
, moved tods:17
.
Added
containsAds
- Added
containsAds
field : equals toadSupported
, but defaults toFalse
, notNone
.
Removed
familyGenre
,familyGenreId
- Removed
familyGenre
,familyGenreId
field : these fields are no longer valid from play store.
Fixed
comments
- Fixed
comments
data fetch bug ofapp
feature.
Updated Python 2 support
- Fixed errors when using library in python2.
Added
reviews
feature
reviews
feature released with dirty codes.
Added
filter_score_with
parameter toreviews
feature
- New feature
reviews filtering with score
released.
reviews
feature improvement
- New property
replyContent
,repliedAt
added. - Fix bug of
reivews
feature : Bug that occurs when the total number of reviews is less than thecount
argument.
Added
continuation_token
as return value, argument ofreviews
feature
- New return value, argument
contination_token
added toreviews
function. It will be helped to lazy pagination patterns.
Added argument data to
continuation_token
ofreviews
feature
- Objectify
continuation_token
for saving arguments
reviews
feature improvement
- New property
reviewId
added toreviews
function.
detail
feature improvement
- New property
sale
,saleText
,saleTime
,originalPrice
added to return ofdetail
function
HotFix for data structure update of Google Play
Implement
reviews_all
feature
reviews
,reviews_all
feature improvement
- Resolve cases where errors occur when there are no reviews in the app.
app
feature improvement
- Some calibration logic added to
app
function - Added
inAppProductPrice
element toapp
function
Remove Python 2 support
- Python 2 is no longer supported since this version.
Sync Google Play data structure
Add
editorsChoice
property toapp
feature
- Added
editorsChoice
property toapp
feature.
Python 3.3, 3.4, 3.5 support stopped
- after this version, Python 3.6+ supports only.
Add
permissons
feature, some features improvement
- Added
permissions
feature for fetch permission info of specified app. reviews
: the information of thecontinuation_token
takes precedence over the specified arguments.- Type hinting based on PEP 484 is supported.
features improvement -
app
,reviews
feature
- Optimize
reviews
function : returns false value whencontinuation_token.token
isNone
- Fix
app
function :comments
always[]
Patch element specs for a deal with play store data structure changes. features improvement -
app
feature
- Fix
app
function : all data alwaysNone
- Added
similarApps
,moreByDeveloper
property toapp
feature
HotFix for data structure update of Google Play
Removes
Sort.RATING
fromreviews
feature
- Sort by rating is no longer supported from Google Play.
Fixes
moreByDeveloper
data differences for some apps
- Fix
moreByDeveloper
data differences for some apps fromapp
feature
Fixes data map from
app
feature
- Fix data map caused by data structure change of Google Play.
- removed
summaryHTML
,size
,androidVersion
,androidVersionText
,developerInternalID
,editorsChoice
,similarApps
,moreByDeveloper
field.
- removed
Added
search
feature