Purchase analytics using AppFigures API.
$ git clone [email protected]:williamlocke/appdigest.git
$ cd appdigest
$ sudo rake installSet environmental variables for appfigures:
export [email protected]
export APPFIGURES_PASSWORD=passwordSearch and provide totals/averages for in-app purchases that contain given keywords (csv)
$ appdigest search characters,patients,babiesCompare app performance firt week
$ appdigest search "*" --type app --weekCompare app performance firt 3 days
$ appdigest search "*" --type app --days 3View recent revenue (past weeks)
$ appdigest recent --weekView recent revenue (past 3 days)
$ appdigest recent --days 3View available commands
$ appdigest View available options for a particular command
$ appdigest help search- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
- Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
- Fork the project.
- Start a feature/bugfix branch.
- Commit and push until you are happy with your contribution.
- Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
- Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.