twnode
v0.1.4
Published
Terminal based twitter client for nodejs
Readme
twnode
Simple twitter based client for people who love to use terminal. Doesn't has any fancy GUI and still missing on a lot of core functionality. The whole idea behind being compatible with pipes and overall the unix philosophy.
Usage
You can install the package simply using
npm i -g twnodeTweeting is as simple as
t --tweet "this is a simple tweet"or shorthand
t -t "this is a simple tweet"Configuration
You need to have twitter.ini file in your home directory. The file structure for that would be
consumer_key=xxxxxxxxxxxxxxxxxx
consumer_secret=xxxxxxxxxxxxxxxxxxxx
access_token_key=xxxxxxxxxxxxxxxxxxxx
access_token_secret=xxxxxxxxxxxxxxxxxxxx