tweet-hs-1.0.0.0: Command-line tool for twitter

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 TODO add boolean option to show ids alongside tweets