自动从 iTunes Connect 下载销售报告
我有一个漂亮而 hacky 的 Perl 脚本,可以自动从 iTunes Connect 抓取和下载销售报告文件。截至今天,苹果公司彻底修改了销售报告网站。它看起来好多了,但它使用了大量 JavaScript,简单的抓取不再有效。
那么,有人知道有效抓取这个新网站的方法吗?
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://code.google.com/p/appdailysales/ 刚刚更新以支持2010 年 9 月 iTunes 连接发生变化。
编辑:请使用http://www.apple .com/itunesnews/docs/Autoingestion.class.zip 或基于此的内容,例如 https:/ /github.com/danieldickison/appdailysales
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
http://twitter.com/viva/status/24133713255
只需要筛选ajax粗鲁的。如果可能的话。现在对苹果非常恼火。
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.