scrapinghub / scrapyrt

HTTP API for Scrapy spiders
BSD 3-Clause "New" or "Revised" License
832 stars 162 forks source link

Allow passing spider parameters in url. #72

Closed gdelfresno closed 3 years ago

gdelfresno commented 6 years ago

Extra params found in the url will be passed to the spider.

aleroot commented 6 years ago

I've tested the patch and it is working fine, I think it should be merged and then a new release issued.

pawelmhm commented 6 years ago

hey @gdelfresno thanks for this, can you add unit test for that? It should go somewhere in test_resource_crawl

janceChun commented 6 years ago

I look forward to this problem being solved

pandianmn commented 5 years ago

any news?

KhoaTheBest commented 5 years ago

@gdelfresno @pawelmhm Hi guys, thanks for your work and Im waiting for this PR. Plz merge and release it

VikashKothary commented 4 years ago

@pawelmhm @gdelfresno What will it take to get this PR merged?

robinicole commented 4 years ago

Thanks for the that's really useful, could you document how to use the api wiht an example of Spider ?