mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-22 17:13:11 +01:00
Some modifications made to developer guide and a new noop collector bot example added
This commit is contained in:
@@ -30,4 +30,4 @@ class NoOpCollectorBot(CollectorBot):
|
||||
self.send_message(report)
|
||||
|
||||
|
||||
BOT = NoOpCollectorBot
|
||||
BOT = NoOpCollectorBot
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from intelmq.lib.bot import Bot
|
||||
|
||||
|
||||
class ExampleExpertBot(Bot):
|
||||
|
||||
def init(self):
|
||||
pass
|
||||
|
||||
def process(self):
|
||||
pass
|
||||
|
||||
|
||||
BOT = ExampleExpertBot
|
||||
Reference in New Issue
Block a user