Skip to content

Ossus/appannie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppAnnie Scripts

This repo contains two scripts:

  • The Python script uses AppAnnie's API to download comments and sales data for every app of each of your accounts.
  • The R script uses the CSV data generated by the Python script to plot the daily number of downloads of the last 4 years, both per-day and on a 7-day running average.

Simply open settings.py and add your API key, then run the script:

$ ./appannie.py

Output

The Python script will write several CSV files:

  • Reviews {account}.csv contains all reviews for all apps of the respective account.
  • Numbers {app-name}.csv contains daily number of downloads, updates and refunds, plus revenue and refund amounts in your account's currency (I think).

These are simple scripts, if you have accounts with the same name or apps with the same name, one will overwrite the files of another.

About

Scripts to use AppAnnie's API to download comments and sales data, write to CSV and plot using R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published