Google

Purpose

Accesses Google for various things.

Usage

This plugin provides access to Google services:

  1. translate

    Translates a string !translate en ar test

Check: Supported language codes

Commands

translate <source language> [to] <target language> <text>

Returns <text> translated from <source language> into <target language>. <source language> and <target language> take language codes (not language names), which are listed here: https://cloud.google.com/translate/docs/languages

Configuration

supybot.plugins.Google.public

This config variable defaults to “True”, is not network-specific, and is not channel-specific.

Determines whether this plugin is publicly visible.