I want to use selenium or windmill inside google app engine in order to scrape a JS filled website. I know that windmill is written in python and javascript.
Is this possible? If it is, how do insert the library?
If not, could you explain why and provide alternatives?
Thanks.
Update
I searched a little more and saw that scrapy is pure python.
Will that work? Does it handle javascript?