looching / nofan

FanFou Cli for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nofan

FanFou Cli for Node.js

Installation

$ npm install -g nofan

Config & Login

# config consumer key and consumer secret
$ nofan config

# login fanfou account
$ nofan login

Usage

$ nofan --help               # show help
$ nofan config               # config consumer key and consumer secret
$ nofan login                # login fanfou account
$ nofan logout               # logout current account
$ nofan switch               # switch fanfou account
$ nofan                      # get the latest 10 statuses from home timeline
$ nofan home                 # get the latest 10 statuses from home timeline
$ nofan mentions             # get the latest 10 statuses from mentions
$ nofan me                   # get the latest 10 statuses from yourself
$ nofan public               # get the latest 10 statuses from public timeline
$ nofan home 20              # get the latest 20 statuses from public timeline
$ nofan s                    # alias for `nofan switch`
$ nofan h                    # alias for `nofan home`
$ nofan p                    # alias for `nofan public`
$ nofan m                    # alias for `nofan mentions`
$ nofan hi nofan.            # post status "hi nofan."
$ nofan undo                 # delete last status
$ nofan hi -p ~/hola.png     # post status "hi" with a photo
$ nofan home -t              # show timeline with time ago tag
$ nofan --no-photo-tag       # show timeline whihout photo tag

About

FanFou Cli for Node.js

License:MIT License


Languages

Language:JavaScript 100.0%