Open

Description
The old BOTS file used very descriptive and comprehensible bot names. With #1751 the names are derived from the class names which comes with major changes in the bot names. To get descriptive names, we can either put the names in a docstring or use class attributes to store the bot name. Then intelmq.lib.utils.list_all_bots
can use this name if it exists, and fallback to the class name.