csbot.plugins.hoogle module

class csbot.plugins.hoogle.Hoogle(bot)[source]

Bases: csbot.plugin.Plugin

CONFIG_DEFAULTS = {'results': 5}
setup()[source]

Plugin setup.

  • Replace all ProvidedByPlugin attributes.
  • Fire all plugin integration methods.
  • Register all commands provided by the plugin.
search_hoogle(e)[source]

Search Hoogle with a given string and return the first few (exact number configurable) results.