Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cakebaker/node-fof
- Owner: cakebaker
- Created: 2010-07-12T12:52:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-27T12:54:55.000Z (over 12 years ago)
- Last Synced: 2023-04-12T04:03:28.907Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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 exitIf no OPTION is specified, the --following option is used.