Hacker News new | past | comments | ask | show | jobs | submit login

That's pretty cool. I'll see if there are parts from your project that I can steal. You know what I'd love your project to do? To post the sales report to google wave. I wonder how hard that would be. Can you estimate?



I think you would have to build a Wave Gadget. Would be pretty cool because then you would have the functionality of the playback scrubber to see what your sales graphs looked like at any point in time.

It would probably take a couple of days to open up a service on the server-side, and to write the client-side graph generation. Not sure if a Wave Gadget can pre-emptively fetch data without user interaction though. That might be a killer.


Can wave gadgets not render standard html? I never thought of the scrubber thing, but you're right, it would be pretty nifty.

Is it not possible to simply push the current html you have into a wave?


Wave Gadgets are HTML/JS. I was concerned that an external source (i.e. App Sales Machine) would not be able to affect the contents of a Wave Gadget unless there was some direct user-interaction with the Gadget inside the Wave.

Any experience Wave Gadget builders want to chime in? Is this possible?


I just looked it up: http://code.google.com/p/imdbotty/source/browse/trunk/gadget...

It seems that the html is server-side preprocessed before being displayed in the gadget, if I am correct in assuming those are template tags. So that would not be a limitation.

I wanted to install your tool, but it is an inconvenient tool to use if you a lot of apps. Why don't you just pull the app ids out of the sales file and generate the dictionary that way? Tnen it would work well with multiple apps.


App Sales Machine also scrapes your app's rankings, so that config file is used to generate the URLs to scrape. From there, I relied on it to help organise the way the data is persisted in the data store. I suppose it could be modified to parse everything it needed from the sales reports, but you would still need to configure every app's category info for the rankings scraper. I'm sure there are other ways of doing it, but this is the method I settled on.


It is trivial to have it send to gTalk too. I have a BI app on AppEngine for a couple of retail stores and get daily sales figures delivered via gTalk nightly.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: