Is there a way to run the entire project instead of running individual files with python3 file.py, similar to how Scrapy uses scrapy crawl <spider>? Does Crawlee (Python) have a command like this?
I couldn't find any reference in the Crawlee Python documentation on how to run the entire project.
Is there a way to run the entire project instead of running individual files with
python3 file.py, similar to how Scrapy usesscrapy crawl <spider>? Does Crawlee (Python) have a command like this?I couldn't find any reference in the Crawlee Python documentation on how to run the entire project.