Skip to content

Uses perl and the apple supplied Java class to get your app store sales and store it in a sqlite db.

Notifications You must be signed in to change notification settings

timsawtell/iTunesSalesReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getReport.pl will call the Apple provided AutoIngestion.class file and pipe the data into an SQLite database.

Set this up with scheduling tools and you'll get daily emails giving you a consise summary of all your app sales per day.

You will need perl, java RE (JRE) and SQLite executables available on your PATH variable

If you want to set this to run automatically via cron or any other scheduling tool, please provide the full path to the java executable in the $theCmd variable, like so:
$theCmd = "/full/path/to/javaExecutable Autoingestion ...

Please modify the report.properties to suit your iTunes details
Please modify the getReport.pl script to set the chdir '/blah' line 

About

Uses perl and the apple supplied Java class to get your app store sales and store it in a sqlite db.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages