Skip to content

Commit

Permalink
chore(readme): add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
denisw committed Jun 20, 2024
1 parent e218d0d commit 9eacd31
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@

`app-store-web-scraper` is a Python package for extracting reviews for iOS,
iPadOS, macOS and tvOS apps from the web version of Apple's App Store.

> __Note:__ Whenever possible, prefer using Apple's [App Store Connect
> API][connect], which provides the full set of customer review data for your
> apps and is more reliable.
* [Installation](#installation)
* [Basic Usage](#basic-usage)
* [App IDs](#app-ids)
* [App Store Entries](#app-store-entries)
* [App Reviews](#app-reviews)
* [Advanced Usage](#advanced-usage)
* [Sessions](#sessions)
* [How It Works](#how-it-works)
* [License](#license)
* [Acknowledgements](#acknowledgements)

[connect]: https://developer.apple.com/app-store-connect/api/

## Installation
Expand Down

0 comments on commit 9eacd31

Please sign in to comment.