fatbotslim.cli

This module contains utilities to run a bot from the command line.

fatbotslim.cli.main(bot)[source]

Entry point for the command line launcher.

Parameters:bot (fatbotslim.irc.bot.IRC) – the IRC bot to run
fatbotslim.cli.make_bot()[source]

Creates a new bot instance ready to be launched.

fatbotslim.cli.make_parser()[source]

Creates an argument parser configured with options to run a bot from the command line.

Returns:configured argument parser
Return type:argparse.ArgumentParser