This is a script that generates a sales graph for Panic's Status Board using the App Annie API. It is heavily inspired by SalesBoard by @justin.
- Open
app_annie_status_board.rb
and adjust the values inside the configuration block to match you're respective install. - Open
app_annie_status_board.sh
and update its path to theapp_annie_status_board.rb
script to match where you've installed it - Open
de.rheinfabrik.appanniestatusboard.plist
and update itsProgramArguments
value to match where you are storing the salesboard.sh file you just updated in step 3. - Copy de.rheinfabrik.appanniestatusboard.plist to
~/Library/LaunchAgents
- Open Termimal and run
launchctl load ~/Library/LaunchAgents/de.rheinfabrik.appanniestatusboard.plist
. This should generate the first version of your json file. - Go to Dropbox and get a shareable link for the JSON file that is output and add it to Status Board on your iPad.
Currently the graph can only be generated for one app.
Run into an issue? Throw an issue up on GitHub. Better yet, throw up a pull request with a fix.