InterviewSolution
Saved Bookmarks
| 1. |
Can I Run A Spider Without Creating A Project? |
|
Answer» YES. You can use the runspider command. For example, if you have a spider WRITTEN in a my_spider.py FILE you can run it with: SCRAPY runspider my_spider.py Yes. You can use the runspider command. For example, if you have a spider written in a my_spider.py file you can run it with: scrapy runspider my_spider.py |
|