cakebaker / node-fof

A simple CLI tool providing (almost) the same functionality as friendorfollow.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-fof is a simple CLI tool to list a Twitter user's fans, friends, or the people who don't follow back. Its functionality is inspired by friendorfollow.com.

node-fof started as a project to learn node.js. Later, I rewrote it with CoffeeScript for learning purposes.

Usage: coffee fof () ([OPTION])

--fans get people who follow , but are not followed back --following get people who are followed by , but don't follow back --friends get people who are followed by , and follow back --help display this help and exit

If no OPTION is specified, the --following option is used.

About

A simple CLI tool providing (almost) the same functionality as friendorfollow.com


Languages

Language:CoffeeScript 100.0%