projects-jenz/event_notification/python/scrapy_settings.py
2022-06-19 13:40:27 +02:00

11 lines
177 B
Python

BOT_NAME = "unloze_events"
SPIDER_MODULES = ['scrape_event']
EXT_SETTINGS = {
"ITEM_PIPELINES": {
"pipelines.contentPipeline": 1
},
"DOWNLOAD_DELAY" : 0
}