A crawler to fetch statistics for your iOs and Android apps. It connects to iTunes Connect and Google Play to fetch data, then store the raw files somewhere in the cloud.
app-stats-crawler is an OPEN Open Source Project, see the Contributing section to find out what this means.
There are already a lot of products and APIs in the market, BUT
- you have to pay for them money for services you probably never use
- it is not possible to access raw-data
- you don't own your data
It is a simple project, ready to deploy into Google App Engine, that stores files into Google Cloud Storage.
- mvn in order to build and deploy the project
- Google account in order to create a Google App Engine project and a Google Cloud Storage bucket
- create a Google App Engine project
- create a Google Cloud Storage bucket
- create a file similar to account.properties.sample and substitute your values
mvn clean appengine:update
To run the tests:
mvn clean test
See the CONTRIBUTING.md file for more details.