google module

class shellbot.plugins.google.setup.Google(config, credentials=None, **kwargs)

Implement the Google plugin.

coroutine google(ctx, *, query)

Implement the google command.

Parameters:
  • ctx (Context) – The command context.
  • query (str) – The Google search query.
coroutine lmgtfy(ctx, *, query)

Implement the lmgify command.

Parameters:
  • ctx (Context) – The command context.
  • query (str) – The LMGIFY query.
coroutine rimg(ctx, *, url)

Implement the rimg command.

Parameters:
  • ctx (Context) – The command context.
  • url (str) – The image URL.