Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tweety

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tweety

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 08 Oct 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc