All Projects → maddox → piano

maddox / piano

Licence: other
Because you know you hate Apple's Stats

Programming Languages

ruby
36898 projects - #4 most used programming language

Piano

Because Apple hates you.

What is it?

Piano is a simple Sinatra app that displays your iTunes download data. It lets you browse your applications and view daily reports with totals and graphs. Its still a little rough but its getting there. Maybe you want to help?

How does it work?

Apple hates you. Why else would they give you such terrible sales statistics? Number of downloads? Yeah, that really helps a ton. They don’t even respect you enough to give you a total for your daily sales.

Piano gets your daily stats for your iPhone applications and stores them in a local sqlite database. Now we can interact with the data like you wish you could on Apple’s site.

Dependencies

Gems

  • Sinatra
  • Mechanize
  • ActiveRecord
  • Yaml
  • sqlite3-ruby
  • googlecharts

Other stuff

  • sqlite

Getting Started!

Create the database

rake db:migrate

Set up configs

Enter your authentication info in config/config.yml. itunes_connect is your iTunes Connect login information. Piano is login information for Piano. You know, so you don’t publish your sales data to the world.

Get today’s reports

ruby lib/get_reports.rb

Get up to 7 days worth of past reports by overriding the date. Sorry. Apple hates you, so they only provide up to 7 days of old reports.

ruby lib/get_reports.rb 2008-12-14

Start application

ruby piano.rb

Voila. There’s all your reports.

Set up a cron for get_reports.rb so it automatically fetches your reports every day.

Features

The feature set is tiny for now. But its growing.

  • Dashboard interface showing sales data via graph
  • Browse reports by day
  • http basic authentication to protect your sales data
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].