forked from baz/app-sales-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Basil Shkara
committed
Sep 5, 2009
1 parent
511bc68
commit 48154e4
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
App Sales Machine is a Google App Engine application which does the following: | ||
* Imports a tarball of your existing sales reports and stores them in the datastore. | ||
* Logs into iTunes Connect every morning, downloads your latest sales report and stores it in the datastore. | ||
* Parses the downloaded report and stores the parsed data in the datastore. | ||
* Converts the reported income revenue of your sales to a configurable currency and stores that. | ||
* Pulls the rankings for your app every 8 hours (configurable) and stores that in the datastore. | ||
* Emails a report to a select group of recipients every morning with the latest cumulative figures, as well as the last downloaded report's figures. | ||
__App Sales Machine__ is a Google App Engine application which does the following: | ||
|
||
1. Imports a tarball of your existing sales reports and stores them in the datastore. | ||
2. Logs into iTunes Connect every morning, downloads your latest sales report and stores it in the datastore. | ||
3. Parses the downloaded report and stores the parsed data in the datastore. | ||
4. Converts the reported income revenue of your sales to a configurable currency and stores that. | ||
5. Pulls the rankings for your app every 8 hours (configurable) and stores that in the datastore. | ||
6. Emails a report to a select group of recipients every morning with the latest cumulative figures, as well as the last downloaded report's figures. | ||
|
||
For more information and instructions on how to install App Sales Machine see [this blog post](http://www.oiledmachine.com/posts/2009/09/05/app-sales-machine.html). |