Module: Twat

Defined in:
lib/twat.rb,
lib/twat/config.rb,
lib/twat/actions.rb,
lib/twat/options.rb,
lib/twat/argparse.rb,
lib/twat/endpoint.rb,
lib/twat/migration.rb,
lib/twat/exceptions.rb,
lib/twat/actions/add.rb,
lib/twat/actions/show.rb,
lib/twat/actions/tweet.rb,
lib/twat/actions/delete.rb,
lib/twat/actions/follow.rb,
lib/twat/actions/version.rb,
lib/twat/actions/setoption.rb,
lib/twat/actions/user_feed.rb,
lib/twat/actions/follow_user.rb,
lib/twat/actions/updateconfig.rb

Defined Under Namespace

Modules: Endpoints, HandledExceptions Classes: Actions, ArgParse, Config, ConfigVersionIncorrect, Endpoint, InvalidBool, InvalidCredentials, InvalidInt, InvalidSetOpt, Migrate, NoConfigFile, NoDefaultAccount, NoSuchAccount, NoSuchCommand, NoSuchTweet, Options, RequiresOptVal, Twat, TweetStack, TweetTooLong, Usage

Constant Summary collapse

VERSION_MAJOR =
0
VERSION_MINOR =
6
VERSION_PATCH =
2
VERSION =
"#{VERSION_MAJOR}.#{VERSION_MINOR}.#{VERSION_PATCH}"
OAUTH_TOKENS =
[ :oauth_token, :oauth_token_secret ]
CONSUMER_TOKENS =
[ :consumer_key, :consumer_secret ]
REQUIRED =
[]
MSG_REQUIRED =
[:tweet]
POLLING_RESOLUTION =
20