Giter VIP home page Giter VIP logo

itunesconnect-tools's Introduction

iTunes Connect Tools

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

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 => '[email protected]'
password => 'secret'

  1. Use tables.sql to create the necessary database and tables:

mysql < tables.sql

  1. Configure cron to run runner.pl nightly. I run it at 5am, like so:

0 5 * * * /home/bfoz/scripts/runner.pl

License

Copyright 2008-2010 Brandon Fosdick [email protected]
Released under the BSD License

History

Version 4 - Released August 9, 2010

  • Map finanacial report columns to database table columns
  • Attempt to handle login notifications
  • Don't use DBI's RaiseError=1
  • Fix README links

Version 3 - Released February 6, 2010

  • Switch to sequential release numbers
  • Add basic error handling in runner.pl
  • MySQL 5.0.32 doesn't like VARCHAR types being assigned as UNSIGNED NOT NULL
  • New report columns that went into effect on April 1, 2009

Version 0.2 - Released January 29, 2008

  • Checks the available reports against the database and only fetches new reports
  • Fetches Daily and Weekly Sales/Trend Reports and monthly Financial Reports
  • Commandline options for runner.pl can now be placed in the file config.pl in the same directory. This avoids having your password visible in your crontab.
  • Statistics page shows daily averages

Version 0.1 - Released November 09, 2008

itunesconnect-tools's People

Contributors

bfoz avatar edlea avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

itunesconnect-tools's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.