kdb.plugins.google module

Google

Plugin to perform Googles searches.

class kdb.plugins.google.Commands(*args, **kwargs)

Bases: circuits.core.components.Component

channel = 'commands'
google(source, target, args)

Perform a google search and return the first result.

Syntax: GOOGLE <search>

class kdb.plugins.google.Google(*args, **kwargs)

Bases: kdb.plugin.BasePlugin

Google Plugin

Perform a google search and return the results.

See: HELP google

init(*args, **kwargs)
kdb.plugins.google.get_url(*args, **kwargs)

This Page