scrapy-plugins / scrapy-splash

Scrapy+Splash for JavaScript integration
BSD 3-Clause "New" or "Revised" License
3.12k stars 451 forks source link

Give us more examples #174

Open dalepo opened 6 years ago

dalepo commented 6 years ago

I find this framework promising for my needs, but I'm struggling to get the correct way to implement a scrapper that clicks a button or submits a form using a splash script. Do we have to follow the same way Scrapy does? (FormRequests and filling params manually). Or should we do this using a splash script? Please provide more working examples.

Gallaecio commented 4 years ago

@dalepo Shouldn’t those examples be added to the documentation of https://github.com/scrapinghub/splash instead?