Scrapy Overview - Scrapy Telnet Console
Overview and demo of Scrapy Telnet Console
Some of the commands used on Scrapy telenet Console:
--------------------------------------------------------------------------------
telnet localhost 6023
stats.get_value('item_scraped_count')
stats.get_stats()
est()
engine.pause()
engine.unpause()
perfs()
spider.name
settings['REDIRECT_ENABLED']