tweet-hs-0.5.0.1: Post tweets from stdin

Safe HaskellNone
LanguageHaskell2010

Web.Tweet.Exec

Description

Provides IO action that parses command line options and tweetInputs from stdin

Synopsis

Documentation

exec :: IO () Source #

Executes parser

data Program Source #

Data type for our program: one optional path to a credential file, (optionally) the number of tweetInputs to make, the id of the status you're replying to, and a list of users you wish to mention.

Constructors

Program 

data Command Source #

Data type for a command