iTunes Connect Tools

A set of tools for developers who need to manage iTunes Connect data

Features

To Do

License

iTunes Connect Tools is Copyright 2008-2009 by Brandon Fosdick under the BSD License.

Download

Installation

Installation is very simple, but first you'll need to install WWW::iTunesConnect.

  1. Extract the tarball into a temporary directory
  2. Copy the contents of the www subdirectory to some place accessible by your web server, then edit the index.php script to change username/password settings as needed
  3. Copy the contents of the perl5 subdirectory to wherever you put your cron scripts
  4. In the same directory, create config.pl with your iTunes username, password and any other options you need (see runner.pl -h for options). For example,
    user => 'bfoz@bfoz.net'
    password => 'secret'
  5. Use tables.sql to create the necessary database and tables.
    mysql < tables.sql
  6. Configure cron to run runner.pl nightly. I run it at 5am, like so:
    0 5 * * * /home/bfoz/scripts/runner.pl

History

Version 0.2 - Released January 29, 2008

Version 0.1 - Released November 09, 2008