I want to know in which shell the Scrapy is performed
About the Scrapy Program
The Scrapy shell is an interactive shell where you can try and debug your scraping code very quickly, without having to run the spider. It’s meant to be used for testing data extraction code, but you can actually use it for testing any kind of code as it is also a regular Python shell.
For Installation and use refer to Installation guide