MaxWinterstein / toogoodtogo-ha-mqtt-bridge

36 stars 8 forks source link

Bump google-play-scraper from 1.1.0 to 1.2.0 #82

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps google-play-scraper from 1.1.0 to 1.2.0.

Changelog

Sourced from google-play-scraper's changelog.

Google-Play-Scraper Changelog

v0.0.1

Implemented app detail feature

  • App Detail

v0.0.1.1

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 unescaped summary field.

v0.0.1.2

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

v0.0.1.3

Responded to data structure changes in google play

  • The comment information, which occupied ds:15, moved to ds:16.
  • The review information, which occupied ds:7, moved to ds:6.

v0.0.1.4

Responded to data structure changes in google play

  • The comment information, which occupied ds:16, moved to ds:17.

v0.0.1.5

Added containsAds

  • Added containsAds field : equals to adSupported, but defaults to False, not None.

v0.0.1.6

Removed familyGenre, familyGenreId

  • Removed familyGenre, familyGenreId field : these fields are no longer valid from play store.

v0.0.1.7

Fixed comments

  • Fixed comments data fetch bug of app feature.

v0.0.1.8

Updated Python 2 support

  • Fixed errors when using library in python2.

v0.0.2.0

Added reviews feature

  • reviews feature released with dirty codes.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)