Skip to content

Instantly share code, notes, and snippets.

@ZhouFyk
ZhouFyk / podcast-ratings.php
Created July 22, 2019 10:52 — forked from sgmurphy/podcast-ratings.php
Scrape ratings from iTunes store
<?php
/**
* Scrape the number of podcast reviews from iTunes for all country specific storefronts.
*
* @author Sean Murphy <sean@iamseanmurphy.com>
*/
$podcast_id = '366931951'; // Startups For the Rest of Us
//$podcast_id = '318567721'; // techzing
@ZhouFyk
ZhouFyk / itunes.countries.js
Created July 22, 2019 09:41 — forked from daFish/itunes.countries.js
List of Apple iTunes Store Country codes in Javascript.
var countries = {
ae: 'United Arab Emirates',
ag: 'Antigua and Barbuda',
ai: 'Anguilla',
al: 'Albania',
am: 'Armenia',
ao: 'Angola',
ar: 'Argentina',
at: 'Austria',
au: 'Australia',