5 ms·
Do you make anything form it now? What are you hoping to get for it? - and what stack are you using?
by ejb99 12y ago
Do you make anything form it now? What are you hoping to get for it? - and what stack are you using?
- waleedka 12y agoIt's two parts: An App Engine/Python for the UI and user registration, and a Linux server for image capturing (Python, Javascript, RabbitMQ, ...etc.). At first we used popular libraries like Phantomjs, but eventually had to write our own to scale better. I'm experimenting right now with moving the image capturing code to an App Engine managed VM to simplify things and make it scale easier.
- JustARandomGuy 12y agoWhich library are you using for image capture? Been using webkit2png ( https://github.com/AdamN/python-webkit2png/ https://github.com/AdamN/python-webkit2png/ ) for a personal project, but I'm interested to hear your experiences.
- tokenizerrr 12y agoCould you please elaborate on what your own implementation turned out to be?
- manishrc 12y agoCould you mention why you stopped using PhantomJS? Also, how are you supporting flash?