Software Development

Twitter CLI, using Twitter in your console

Twitter CLI is a command-line power tool for Twitter. The CLI takes syntactic cues from the Twitter SMS commands, however it offers vastly more commands and capabilities than are available via SMS. Twitter CLI is backed by ruby, so you can run it on any platform that installed ruby runtime environment.t

Features

  • Deep search: Instead of using the Twitter Search API, which only only goes back 6-9 days, t search fetches up to 3,200 tweets via the REST API and then checks each one against a regular expression.
  • Multi-threaded: Whenever possible, Twitter API requests are made in parallel, resulting in faster performance for bulk operations.
  • Designed for Unix: Output is designed to be piped to other Unix utilities, like grep, comm, cut, awk, bc, wc, and xargs for advanced text processing.
  • Generate spreadsheets: Convert the output of any command to CSV format simply by adding the –csv flag.
  • 95% C0 Code Coverage: Well tested, with a 2.5:1 test-to-code ratio.

Screenshots

twitter_cli_timeline
twitter_cli_list
twitter_cli_history

Check it out

 

Reference: Twitter CLI, using Twitter in your console from our JCG partner Chow Chi Sum at the Coders Grid blog.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button