how to call async function from Scrapy start_request
My goal is to call an async method at the beginning of scraping to fetch the urls to be used by Scrapy spider. I’m not able to call async methods.
Here is my latest attempt:
My goal is to call an async method at the beginning of scraping to fetch the urls to be used by Scrapy spider. I’m not able to call async methods.
Here is my latest attempt: