projects-jenz/event_notification/python/scrapy_settings.py

11 lines
177 B
Python
Raw Normal View History

2022-06-19 13:40:27 +02:00
BOT_NAME = "unloze_events"
SPIDER_MODULES = ['scrape_event']
EXT_SETTINGS = {
"ITEM_PIPELINES": {
"pipelines.contentPipeline": 1
},
"DOWNLOAD_DELAY" : 0
}