Skip to content

iver/iTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iTool

Work in progress

[Deprecated] Use Apple reporter instead.

A command-line tool for iTunes Connect Reports.

Dependencies

Installation

You can run make installation:

$ make install

After that you must download autoingestion.class into vendor folder.

$ wget http://apple.com/itunesnews/docs/Autoingestion.class.zip -O itool/vendor/Autoingestion.class.zip
$ unzip -j itool/vendor/Autoingestion.class.zip Autoingestion/?utoingestion.* -d itool/vendor/

Run iTool

You can run from make:

$ make run

Or if you prefere from go run:

$ cd itool
$ go run main.go

TODO:

  • Execute autoingestion
  • Validate date parameters
  • Validate range dates
  • Create examples

About

A command-line tool for iTunes Connect Reports

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published