I haven't tried it but dryscrape, seems like a good solution, you can always change how and where you deploy.
An alternative I can find is ScrappyJS <https://github.com/scrapinghub/scrapy-splash>but it has much the same dependencies. In terms of deployment you could however run the splash server in another server and just deploy the rest without those dependencies elsewhere.. The other is to use selenium, which will of course carry its own set of dependencies and will probably be much much slower than either of the two other alternatives.. There's really no way around it since you need some kind of browser looking at it in some point of the process. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

