Twitter-CL

Twitter-CL

Twitter-CL is a helpful command-line tool built for some simple twitter functionality without ever needing to touch a web browser. All you need is a set of API keys from https://developer.twitter.com, and you can get set up in a few commands.

> npm i -g twitter-cl
> tcl config
> tcl tweet "Hello World!"

It was built entirely in Node.js with the help of TypeScript to keep things strict. It was built using the Open Command Line Interface Framework (OCLIF) developed by engineers at Heroku.

It may not be the most built-out, robust thing in the world, but it's helpful AND useful to it's creator, so it does it's job!