Answer the question
In order to leave comments, you need to log in
How to pause scrapy?
After a certain action, for example, after finding a captcha, you need to pause the spider for n seconds, and then continue parsing. Is it possible to implement this? If yes, please write how
Answer the question
In order to leave comments, you need to log in
Hello.
Maybe the time module will satisfy you?
It is possible to call Time.sleep(2) and run the code for 2 seconds.
More here.
https://python-scripts.com/sleep
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question