Script for listing verified twitter followers

Whipped up a little script that shows your verified twitter followers. Wrote it because a friend had complained how the python-twitter library doesn't let you search more than one page of followers.

Caveats: requires the CPAN modules JSON::DWIW and LWP::Simple. Also doesn't work on protected accounts.

Use: perl verified_followers.pl "username".

Prints: screenname => "real name" of verified follower.