Adding CSV export

This commit is contained in:
Jordan ERNST 2020-08-16 17:33:24 +02:00
parent 03c60c98cf
commit 34e577a794
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ SPIDER_MODULES = ['ImmoScrap.spiders']
NEWSPIDER_MODULE = 'ImmoScrap.spiders'
LOG_LEVEL = 'WARNING'
FEEDS = {
'export.csv': {
'format': 'csv'
}
}
# Crawl responsibly by identifying yourself (and your website) on the user-agent
# USER_AGENT = 'ImmoScrap (+http://www.yourdomain.com)'