mirror of https://github.com/scrapy/scrapy.git
into this class and leaving the Crawler class free of any reactor control. This allows embedding the Scrapy crawler in other Twisted applications, or any Twisted asynchronous code. The "scrapy" command will use the new CrawlerProcess class, which resembles the behaviour of the old (all-in-one) Crawler class. Closes #214. Also moved log.start() call from Crawler class to scrapy.cmdline module. |
||
|---|---|---|
| bin | ||
| debian | ||
| docs | ||
| examples | ||
| extras | ||
| profiling/priorityqueue | ||
| scrapy | ||
| scripts | ||
| .hgignore | ||
| .hgtags | ||
| AUTHORS | ||
| INSTALL | ||
| LICENSE | ||
| MANIFEST.in | ||
| README | ||
| setup.cfg | ||
| setup.py | ||
README
This is Scrapy, an opensource screen scraping framework written in Python. For more visit the project home page at http://scrapy.org