Automatically download sales reports from iTunes Connect

折月煮酒 提交于 2019-12-04 11:15:44

问题


I had a nice and hacky Perl script to automatically scrape and download sales report files from iTunes Connect. As of today, Apple overhauled the sales report site. It looks a lot nicer, but it uses a lot of JavaScript and simple scraping isn't going to work any more.

So, does anybody know of a way to scrape this new site effectively?

Some previous questions point to various scripts and online services. I presume they are all broken now as well. If you know of one that is still functional, please let me know.


回答1:


http://code.google.com/p/appdailysales/ was just updated to support the Sept 2010 iTunes connect changes.

Edit: please use http://www.apple.com/itunesnews/docs/Autoingestion.class.zip or something based on that, like https://github.com/danieldickison/appdailysales




回答2:


http://twitter.com/viva/status/24133713255

just need to sift through the ajax cruft. if it's even possible. very annoyed with apple at the moment.



来源:https://stackoverflow.com/questions/3682150/automatically-download-sales-reports-from-itunes-connect

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!