Welcome to Frybot’s documentation!

Contents:

This is frybot.

A Slack bot that sends Futurama memes and quotes.

Sources: https://github.com/shaunduncan/giphypop https://en.wikiquote.org/wiki/Futurama

class bot.frybot.FryBot(token)[source]

Bot that sends Futurama’s Fry memes and quotes.

run()[source]

Run the bot and treat incoming events :except: InterruptError :raise: RuntimeError

Image searching function used to search and send random images to slack channel

bot.image_search.search_image(input)[source]

search_image function :param: input :return: result url

Debug file prints system messages in console for debug purposes

bot.debug.print_debug(message)[source]

debug function :param: message :return:

Configuration file contains : DEBUG, TOKEN (slack), USER (google image), KEY (google image) set DEBUG to False if in release mode