[console_scripts]
doodledashboard = doodledashboard.cli:cli

[doodledashboard.custom.datafeeds]
datetime = doodledashboard.datafeeds.datetime:DateTimeFeedConfig
rss = doodledashboard.datafeeds.rss:RssFeedConfig
slack = doodledashboard.datafeeds.slack:SlackFeedConfig
text = doodledashboard.datafeeds.text:TextFeedConfig

[doodledashboard.custom.displays]
console = doodledashboard.displays.console:ConsoleDisplayConfig

[doodledashboard.custom.filters]
contains-text = doodledashboard.filters.contains_text:ContainsTextFilterConfig
matches-regex = doodledashboard.filters.matches_regex:MatchesRegexFilterConfig

[doodledashboard.custom.notification]
image-depending-on-content = doodledashboard.notifications.image.image:ImageDependingOnMessageContentConfig
text-in-message = doodledashboard.notifications.text.text:TextInMessageConfig

