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
<?php | |
/** | |
* | |
* An updated version of kentbye's gist to reflect changes in iTunes and fix some errors | |
* | |
* Scrape app reviews from iTunes. | |
* | |
* Set the iOS app id and the number of pages to scrape, and it creates a {$app_id}-reviews.csv file | |
* Increase set_time_limit(N) if your query runs out of time before completion | |
* Add/remove countries from the $countries array as needed |