initial release of event notifier

This commit is contained in:
jenz
2022-06-19 13:40:27 +02:00
parent e4712524d2
commit 23a9c1e41c
13 changed files with 479 additions and 0 deletions
@@ -0,0 +1,10 @@
BOT_NAME = "unloze_events"
SPIDER_MODULES = ['scrape_event']
EXT_SETTINGS = {
"ITEM_PIPELINES": {
"pipelines.contentPipeline": 1
},
"DOWNLOAD_DELAY" : 0
}