-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: rewrite the library as
app-store-web-scraper
- `app-store-scraper` has been renamed to `app-store-web-scraper`. - `AppStore` is now `AppStoreEntry`. - The `review()` method is now named `reviews()` and returns an iterator of `AppReview` objects instead of a list of dicts. This makes the API more pleasant to use and offers more control for the caller. - `urllib3` is now used directly (instead of through `requests`). - HTTP connections are now reused across requests, which makes the library more efficient and reduces load on the App Store servers. In addition, an `AppStoreSession` class was introduced that allows reusing connections across multiple `AppStoreEntry` instances. - Python >= 3.10 is now required. - Support for podcasts has been dropped.
- Loading branch information
Showing
17 changed files
with
741 additions
and
659 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.