I'm trying to create a nightly email based off of some of the stats on our apps dashboard page. I've not been able to find a way to simply export the data or access any of those numbers through an api.
It appears that I could dive into the appstats code and figure out how to renderDetailsAsJson to get some stats automatically but a) most of the stats I want are not in there and b) I'm not terribly comfortable running the appstats logging full time on our production system.
I'm also considering scraping the html to get the numbers I need but I'm not looking forward to that either.
Has anyone had any success with retrieving GAE dashboard data in an automated fashion? Any Ideas?