kislerdm / ItunesAnalyticsApp

Python Data Fetched from the Itunes Analytics App
3 stars 5 forks source link

selenium_chrome_driver #2

Open wiloaguilar opened 3 years ago

wiloaguilar commented 3 years ago

ModuleNotFoundError Traceback (most recent call last)

in () 5 if dir_mod not in sys.path: 6 sys.path.insert(0, dir_mod) ----> 7 from selenium_chrome_driver import browser ModuleNotFoundError: No module named 'selenium_chrome_driver'
MaryiaKhmialnitskaya commented 3 years ago

Hi @DrPolloLoco have you found some way to export the data from appstoreconnect? I am looking for the way to export units data, but haven't found a working api wrapper so far

wiloaguilar commented 3 years ago

me too, i didn't find the api or code in python. Apple official documentation don't tell about of extract data from app analytics with API. I go to keep trying if i will find the way i will tell you