Skip to content

Instantly share code, notes, and snippets.

@curiousily
Created May 2, 2020 19:46
Show Gist options
  • Save curiousily/eefeca1a66075214ed7b971e5946fc73 to your computer and use it in GitHub Desktop.
Save curiousily/eefeca1a66075214ed7b971e5946fc73 to your computer and use it in GitHub Desktop.
app_infos = []
for ap in tqdm(app_packages):
info = app(ap, lang='en', country='us')
del info['comments']
app_infos.append(info)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment