0.1.4 • Published 6 years ago

twnode v0.1.4

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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 twnode

Tweeting 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
0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago