fnf is a Perl script made out of a need to get a list of a Twitter user's friends and followers. Providing a username (and optional proxy) 'fnf' will generate 2 files: USERNAME.followers and USERNAME.friends consisting of a list of Twitter screen names and real names separated by ' :: '. Easily used in scripts or imported to spreadsheets.
fnf is released under the GPLv3 license.
Usage: fnf username [proxy]
username : Twitter username to extract friends and followers
proxy : Full URL of proxy, i.e. http://myproxy.here.dom:8001/
Product's homepage
Requirements:
· Perl
· XML::Simple
What's New in This Release: [ read full changelog ]
· Added case-insensitive sort to output results.