intelmq.bots.outputs.touch package

Submodules

intelmq.bots.outputs.touch.output module

Using pathlib.Path.touch(path) and os.utime(path) did not work - the ctime did not change in some cases.

intelmq.bots.outputs.touch.output.BOT

alias of TouchOutputBot

class intelmq.bots.outputs.touch.output.TouchOutputBot(*args, **kwargs)

Bases: OutputBot

Touch a file for every event received

path = None
process()

Module contents