How much money have you spend in the iTunes Store? This Perl hack collects all email receipts you received from the iTunes Store and summarizes your expenses in a time series.
Going through your mail receipts is a more reliable way to monitor your expenses than the method of the well-done App Store Expense Monitor: You really get the actual amount of money you spent on the store based ony the actual receipts sent to you. It should work with German and English receipts and the currencies Euro, Swiss Francs and Dollars.
Stephan
E-Mail: mail@ping13.net
Twitter: ping13
Feel free to contact me, if you have any questions or feedback.
from:(do_not_reply@apple.com) subject:(Ihre Belegnummer) (for German receipts) to collect your receipts in a folder.Run the script
perl iTunesStoreLog.pl sample.yml
You may have to wait a while until everything is set. 3. Look at the generated HTML file
/path/for/html/and/datafile/index.html
and wonder where your money has gone. 4. If you want to have this overiew updated regularly, put an appropriate entry in your crontab (or similar). Running daily should suffice.
Copyright (C) 2009, mail@ping13.net
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/.