toboggan-0.1.0.0: Twitter bot generator

Safe HaskellNone
LanguageHaskell2010

Web.Toboggan

Description

Example that tweets from a Madlibs file.

Synopsis

Documentation

act :: IO () Source #

The command-line executable

program :: TwitterBot -> IO () Source #

Turn a TwitterBot into an IO action

data TwitterBot Source #

Data type for a twitter bot: configuration options and a CLI option

Constructors

TwitterBot 

Fields

Instances

Generic TwitterBot Source # 

Associated Types

type Rep TwitterBot :: * -> * #

ParseRecord TwitterBot Source # 
type Rep TwitterBot Source # 
type Rep TwitterBot = D1 (MetaData "TwitterBot" "Web.Toboggan" "toboggan-0.1.0.0-ItVX5vkPUx51FNnSe7BpU6" False) (C1 (MetaCons "TwitterBot" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "config") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ((<?>) FilePath "Path to the .mad template"))) ((:*:) (S1 (MetaSel (Just Symbol "cred") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ((<?>) FilePath "Path to credentials file"))) (S1 (MetaSel (Just Symbol "cron") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ((<?>) Bool "Display example crontab for a twitter bot"))))))