BitBar plugin to show info about your iOS app.
Shows your iOS app ranking.
show_country = True
feed_settings = [
{
'RANKING_TYPE': RANKING_TYPE['Top Free Applications'], # See list in file
'GENRE' : GENRE['Games'], # See list in file
'COUNTRY' : 'jp', # Country code (ISO 3166-1 alpha-2)
'LIMIT' : 200, # 1~200
'APP_ID' : 0000000000 # Your app id
}
]