Scrapy: python module to web crawling and scrapying 32 Words | 0 Min | Posted on 2015-03-19 | | Views Use scrapy to crawl the amazon products’ comments: Install the ipython first:Tip1: use these two lines to implement the python autocompleteautocomplete for python command linelinkimport rlcompleter, readlinereadline.parse_and_bind('tab:complete')