App Store Daily Sales Python Script
How do you keep track of your daily sales in Apple’s App Store? We used to manually download the report every day, open it in Excel or Open Office, sort the entries by name and price, and add up sums for each applications to see how many copies we sold the day before.
However, this quickly progressed from a novelty to being very tedious. So we wrote a simple Python script which does it all for you. It will look for the last daily or weekly report, as you specify, break down all paid application sales into categories in the currencies you specify, and show a nice, simple report with sales per app, as well as totals. Clean, simple, easy.
All you have to do is download the report into the same directory as the script, and (before you run it for the first time) specify the numerical sequence of your daily report file names at the top. Voila!
Here is the actual script itself.