Translate words to gifs

Usage

giphy_api_translate(phrase, rating = NULL, type = "gifs")

Arguments

phrase
Search word or phrase
rating
Limits gifs to a rating of y, g, pg, pg-13 or r (this is a limit not a filter).
type
Either "gifs" or "stickers" (or a partial string match to either). The default is to return gifs.

Value

A list of results that is a little complicated at the moment

Description

Intelligently translate phrases into gifs (in the way used by Slack's /giphy add-in). Giphy adds some "special sauce" to make the results more relevant.

Details

Note that all the giphy_api_* functions do not actually download gifs.

Author

Rich FitzJohn