root/examples/googledir/googledir/settings.py
@
1606:4b5e398a5b3e
| Revision 1606:4b5e398a5b3e, 340 bytes (checked in by Pablo Hoffman <pablo@…>, 12 months ago) |
|---|
| Line | |
|---|---|
| 1 | # - Scrapy settings for googledir project |
| 2 | |
| 3 | import googledir |
| 4 | |
| 5 | BOT_NAME = 'googledir' |
| 6 | BOT_VERSION = '1.0' |
| 7 | |
| 8 | SPIDER_MODULES = ['googledir.spiders'] |
| 9 | NEWSPIDER_MODULE = 'googledir.spiders' |
| 10 | DEFAULT_ITEM_CLASS = 'scrapy.item.ScrapedItem' |
| 11 | USER_AGENT = '%s/%s' % (BOT_NAME, BOT_VERSION) |
| 12 | |
| 13 | ITEM_PIPELINES = ['googledir.pipelines.FilterWordsPipeline'] |
Note: See TracBrowser
for help on using the browser.
