Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cakebaker/node-fof

A simple CLI tool providing (almost) the same functionality as friendorfollow.com
https://github.com/cakebaker/node-fof

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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.