initial release of event notifier
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
BOT_NAME = "unloze_events"
|
||||
|
||||
SPIDER_MODULES = ['scrape_event']
|
||||
|
||||
EXT_SETTINGS = {
|
||||
"ITEM_PIPELINES": {
|
||||
"pipelines.contentPipeline": 1
|
||||
},
|
||||
"DOWNLOAD_DELAY" : 0
|
||||
}
|
||||
Reference in New Issue
Block a user