TweeTY

Tweety is a command line app for Twitter. (Work in progress)

Installation

gem install tweety

Usage

user: Displays extensive information about the Twitter user.

tweety user

update: Updates your twitter status.

tweety update "status"

mentions: Displays the most recent tweets that mention you.

tweety mentions

favorites: Displays your favorite tweets

tweety favorites

search: Search for tweets

tweety search 'query'

More coming soon...

Authentication

You will need to register an application with Twitter to authenticate tweety with OAuth. Then copy the consumer key, consumer secret, OAuth token, and OAuth secret to the .tweety configuration file in your home directory.

~/.tweety

consumer_key: 'INSERT_CONSUMER_KEY'
consumer_secret: 'INSERT_CONSUMER_SECRET'
oauth_token: 'INSERT_OAUTH_TOKEN'
oauth_token_secret: 'INSERT_OAUTH_SECRET'

Bugs

https://github.com/mattsears/tweety/issues