appdailysales
appdailysales copied to clipboard
App Daily Sales is a Python script that downloads daily sales report files from the iTunes Connect web site.
the login page has changed, and unfortunatly the script is not working anymore since a few days. can you take a look ? best regards, Anthony
Hi, I took at stab at trying to implement detection of when the login response is "This Apple ID has been locked for security reasons". -jason
The new Autoingestion Java program from Apple obviates the need to do scraping. appdailysales.py is still useful because it automates fetching multiple dates and unzipping with a nice interface for...
Since last iTunes Connect Update the script doesn't work anymore. Someone here who's good at python
When I try to use the script like this: ``` appdailysales.py -a USERNAME -p PASSWORD -d 7 -f "%Y-%m-%d.txt.gz" -u -n ``` It produces this bunch of error message: ```...